We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efa6fe2 commit 0156877Copy full SHA for 0156877
src/intersection.spec.ts
@@ -1,7 +1,6 @@
1
import * as t from './'
2
import { expect } from 'chai'
3
import dedent from 'dedent-js'
4
-import typeOf from './errorReporting/typeOf'
5
6
describe(`t.intersection`, function() {
7
const ObjectIntersection = t.intersection(
src/types/RecordType.ts
@@ -11,7 +11,6 @@ import {
11
startToStringCycle,
12
endToStringCycle,
13
} from '../cyclic'
14
-import { keyToString } from '../errorReporting/typeOf'
15
16
export default class RecordType<
17
K extends string | number | symbol,
0 commit comments