We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f7f66e commit 09853b5Copy full SHA for 09853b5
packages/type/src/guard/test/guard-defined.spec.ts
@@ -1,5 +1,5 @@
1
// Function.
2
-import { guardDefined } from '../lib/guard-defined.type';
+import { guardDefined } from '../lib/guard-defined.func';
3
// Variables.
4
import { FALSE } from './variables/boolean.const';
5
import { UNDEFINED } from './variables/undefined.const';
0 commit comments