move keysOf into a new utilities file
This commit is contained in:
parent
266d23f7bb
commit
c1b22998a1
3 changed files with 5 additions and 5 deletions
|
|
@ -12,13 +12,13 @@ import {expectTypeOf} from 'expect-type';
|
|||
import ZenObservable from 'zen-observable';
|
||||
import is, {
|
||||
assert,
|
||||
keysOf,
|
||||
type AssertionTypeDescription,
|
||||
type Predicate,
|
||||
type Primitive,
|
||||
type TypedArray,
|
||||
type TypeName,
|
||||
} from '../source/index.js';
|
||||
import {keysOf} from '../source/utilities.js';
|
||||
|
||||
class PromiseSubclassFixture<T> extends Promise<T> {}
|
||||
class ErrorSubclassFixture extends Error {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue