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.
IsObjetKeys
1 parent 7e930d8 commit 83e0547Copy full SHA for 83e0547
packages/type/src/is/interface/is.interface.ts
@@ -16,7 +16,7 @@ import { IsNumberType } from '../type/is-number-type.type';
16
import { IsObject } from '../type/is-object.type';
17
import { IsObjectKey } from '../type/is-object-key.type';
18
import { IsObjectKeyIn } from '../type/is-object-key-in.type';
19
-import { IsObjectKeys } from '../type/is-object-some-key.type';
+import { IsObjectKeys } from '../type/is-object-keys.type';
20
import { IsPrimitive } from '../type/is-primitive.type';
21
import { IsString } from '../type/is-string.type';
22
import { IsStringObject } from '../type/is-string-object.type';
0 commit comments