Skip to content

Commit 7144aed

Browse files
authored
Remove unused import (#770)
1 parent 2c39d54 commit 7144aed

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

source/writable-deep.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import type {BuiltIns, HasMultipleCallSignatures} from './internal';
2-
import type {Writable} from './writable.js';
32

43
/**
54
Create a deeply mutable version of an `object`/`ReadonlyMap`/`ReadonlySet`/`ReadonlyArray` type. The inverse of `ReadonlyDeep<T>`. Use `Writable<T>` if you only need one level deep.

0 commit comments

Comments
 (0)