Skip to content

Commit a3b2679

Browse files
committed
🚿 Remove unused imports
1 parent 5d15f38 commit a3b2679

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

is/factory.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
import type { FlatType } from "../_typeutil.ts";
22
import type { Predicate, PredicateType } from "./type.ts";
3-
import {
4-
isOptional,
5-
isOptionalOf,
6-
isReadonly,
7-
isReadonlyOf,
8-
} from "./annotation.ts";
3+
import { isOptional, isOptionalOf, isReadonlyOf } from "./annotation.ts";
94
import {
105
isAny,
116
isArray,

0 commit comments

Comments
 (0)