Skip to content

Commit ed92383

Browse files
chore: export Defined type
1 parent 09853b5 commit ed92383

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/type/src/type/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
export { Constructor } from './constructor.type';
22
export { CycleHook } from './cycle-hook.type';
3+
export { Defined } from './defined.type';
34
export { Func } from './func.type';
45
export { Key } from './key.type';
56
export { Primitive } from './primitive.type';

0 commit comments

Comments
 (0)