Skip to content

Commit 83e0547

Browse files
fix(is): change IsObjetKeys import
1 parent 7e930d8 commit 83e0547

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/type/src/is/interface/is.interface.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import { IsNumberType } from '../type/is-number-type.type';
1616
import { IsObject } from '../type/is-object.type';
1717
import { IsObjectKey } from '../type/is-object-key.type';
1818
import { IsObjectKeyIn } from '../type/is-object-key-in.type';
19-
import { IsObjectKeys } from '../type/is-object-some-key.type';
19+
import { IsObjectKeys } from '../type/is-object-keys.type';
2020
import { IsPrimitive } from '../type/is-primitive.type';
2121
import { IsString } from '../type/is-string.type';
2222
import { IsStringObject } from '../type/is-string-object.type';

0 commit comments

Comments
 (0)