Skip to content

Commit 3b85261

Browse files
fix: fix imports
1 parent 1c86751 commit 3b85261

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/is/not/lib/is-not-function.func.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import { resultCallback } from '../../../lib/result-callback.func';
33
import { typeOf } from '../../../lib/type-of.func';
44
// Type.
5-
import { Func } from 'type';
5+
import { Func } from '../../../type/func.type';
66
import { IsNotFunction } from '../type/is-not-function.type';
77
import { Never } from '../../../type/never.type';
88
import { ResultCallback } from '../../../type/result-callback.type';

src/is/not/lib/is-not-number.func.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import { resultCallback } from '../../../lib/result-callback.func';
33
import { typeOf } from '../../../lib/type-of.func';
44
// Type.
5-
import { AnyNumber } from 'dist/type/type/any-number.type';
5+
import { AnyNumber } from '../../../type/any-number.type';
66
import { IsNotNumber } from '../type/is-not-number.type';
77
import { Never } from '../../../type/never.type';
88
import { ResultCallback } from '../../../type/result-callback.type';

0 commit comments

Comments
 (0)