Skip to content

Commit 3b10867

Browse files
committed
* core: move get-lib and lib-loader to helpers.
1 parent 97153ef commit 3b10867

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

lib/core/src/dom/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
export * from './is-visible';
22
export * from './scroll-into-view';
3-
export * from './get-lib';
43
export * from './is-detached';
54
export * from './resize';
65
export * from './auto-height';
7-
export * from './lib-loader';
File renamed without changes.

lib/core/src/helpers/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,5 @@ export * from './run-js';
2424
export * from './select-file';
2525
export * from './read-file';
2626
export * from './debounce';
27+
export * from './get-lib';
28+
export * from './lib-loader';
File renamed without changes.

0 commit comments

Comments
 (0)