File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
packages/type/src/guard/interface Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ import { GuardArray } from '../type/guard-array.type';
22import { GuardBigInt } from '../type/guard-big-int.type' ;
33import { GuardBoolean } from '../type/guard-boolean.type' ;
44import { GuardClass } from '../type/guard-class.type' ;
5+ import { GuardDefined } from '../type/guard-defined.type' ;
56import { GuardFunction } from '../type/guard-function.type' ;
67import { GuardKey } from '../type/guard-key.type' ;
78import { GuardNumber } from '../type/guard-number.type' ;
@@ -20,6 +21,7 @@ export interface GuardIs {
2021 bigint : GuardBigInt ;
2122 boolean : GuardBoolean ;
2223 class : GuardClass ;
24+ defined : GuardDefined ;
2325 function : GuardFunction ;
2426 instance : GuardInstance ;
2527 key : GuardKey ;
You can’t perform that action at this time.
0 commit comments