Skip to content

Commit

Permalink
Remove Unused Import
Browse files Browse the repository at this point in the history
  • Loading branch information
sinclairzx81 committed Feb 20, 2025
1 parent 1fcf2d1 commit ce340e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/value/transform/has.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ import type { TIntersect } from '../../type/intersect/index'
import type { TIterator } from '../../type/iterator/index'
import type { TImport } from '../../type/module/index'
import type { TNot } from '../../type/not/index'
import type { TObject, TProperties } from '../../type/object/index'
import type { TObject } from '../../type/object/index'
import type { TPromise } from '../../type/promise/index'
import type { TRecord } from '../../type/record/index'
import type { TRef } from '../../type/ref/index'
Expand Down

0 comments on commit ce340e4

Please sign in to comment.