We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d15f38 commit a3b2679Copy full SHA for a3b2679
is/factory.ts
@@ -1,11 +1,6 @@
1
import type { FlatType } from "../_typeutil.ts";
2
import type { Predicate, PredicateType } from "./type.ts";
3
-import {
4
- isOptional,
5
- isOptionalOf,
6
- isReadonly,
7
- isReadonlyOf,
8
-} from "./annotation.ts";
+import { isOptional, isOptionalOf, isReadonlyOf } from "./annotation.ts";
9
import {
10
isAny,
11
isArray,
0 commit comments