Skip to content

Commit

Permalink
🚿 Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdalisue committed Feb 12, 2024
1 parent 5d15f38 commit a3b2679
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions is/factory.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
import type { FlatType } from "../_typeutil.ts";
import type { Predicate, PredicateType } from "./type.ts";
import {
isOptional,
isOptionalOf,
isReadonly,
isReadonlyOf,
} from "./annotation.ts";
import { isOptional, isOptionalOf, isReadonlyOf } from "./annotation.ts";
import {
isAny,
isArray,
Expand Down

0 comments on commit a3b2679

Please sign in to comment.