Skip to content

Commit

Permalink
Remove unused import (#770)
Browse files Browse the repository at this point in the history
  • Loading branch information
Emiyaaaaa authored Nov 24, 2023
1 parent 2c39d54 commit 7144aed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/writable-deep.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import type {BuiltIns, HasMultipleCallSignatures} from './internal';
import type {Writable} from './writable.js';

/**
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.
Expand Down

0 comments on commit 7144aed

Please sign in to comment.