Skip to content

Commit f09aefa

Browse files
chore(api): add guardDefined
1 parent c732110 commit f09aefa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/type/src/public-api.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ export {
1111
guardBigInt,
1212
guardBoolean,
1313
guardClass,
14+
guardDefined,
1415
guardFunction,
1516
guardInstance,
1617
guardKey,
@@ -74,4 +75,4 @@ export {
7475
} from './is/not';
7576

7677
// Types.
77-
export { Constructor, CycleHook, Func, Key, Primitive, Primitives, ResultCallback, Type, Types } from './type';
78+
export { Constructor, CycleHook, Defined, Func, Key, Primitive, Primitives, ResultCallback, Type, Types } from './type';

0 commit comments

Comments
 (0)