|
1 | 1 | { |
2 | 2 | "name": "@core/unknownutil", |
3 | 3 | "version": "0.0.0", |
4 | | - "exports": "./mod.ts", |
| 4 | + "exports": { |
| 5 | + ".": "./mod.ts", |
| 6 | + "./type": "./type.ts", |
| 7 | + "./assert": "./assert.ts", |
| 8 | + "./ensure": "./ensure.ts", |
| 9 | + "./maybe": "./maybe.ts", |
| 10 | + "./as": "./as/mod.ts", |
| 11 | + "./as/optional": "./as/optional.ts", |
| 12 | + "./as/readonly": "./as/readonly.ts", |
| 13 | + "./is": "./is/mod.ts", |
| 14 | + "./is/any": "./is/any.ts", |
| 15 | + "./is/array": "./is/array.ts", |
| 16 | + "./is/array-of": "./is/array_of.ts", |
| 17 | + "./is/async-function": "./is/async_function.ts", |
| 18 | + "./is/bigint": "./is/bigint.ts", |
| 19 | + "./is/boolean": "./is/boolean.ts", |
| 20 | + "./is/function": "./is/function.ts", |
| 21 | + "./is/instance-of": "./is/instance_of.ts", |
| 22 | + "./is/intersection-of": "./is/intersection_of.ts", |
| 23 | + "./is/literal-of": "./is/literal_of.ts", |
| 24 | + "./is/literal-one-of": "./is/literal_one_of.ts", |
| 25 | + "./is/map": "./is/map.ts", |
| 26 | + "./is/map-of": "./is/map_of.ts", |
| 27 | + "./is/mod": "./is/mod.ts", |
| 28 | + "./is/null": "./is/null.ts", |
| 29 | + "./is/nullish": "./is/nullish.ts", |
| 30 | + "./is/number": "./is/number.ts", |
| 31 | + "./is/object-of": "./is/object_of.ts", |
| 32 | + "./is/omit-of": "./is/omit_of.ts", |
| 33 | + "./is/parameters-of": "./is/parameters_of.ts", |
| 34 | + "./is/partial-of": "./is/partial_of.ts", |
| 35 | + "./is/pick-of": "./is/pick_of.ts", |
| 36 | + "./is/primitive": "./is/primitive.ts", |
| 37 | + "./is/readonly-of": "./is/readonly_of.ts", |
| 38 | + "./is/record": "./is/record.ts", |
| 39 | + "./is/record-object": "./is/record_object.ts", |
| 40 | + "./is/record-object-of": "./is/record_object_of.ts", |
| 41 | + "./is/record-of": "./is/record_of.ts", |
| 42 | + "./is/required-of": "./is/required_of.ts", |
| 43 | + "./is/set": "./is/set.ts", |
| 44 | + "./is/set-of": "./is/set_of.ts", |
| 45 | + "./is/strict-of": "./is/strict_of.ts", |
| 46 | + "./is/string": "./is/string.ts", |
| 47 | + "./is/symbol": "./is/symbol.ts", |
| 48 | + "./is/sync-function": "./is/sync_function.ts", |
| 49 | + "./is/tuple-of": "./is/tuple_of.ts", |
| 50 | + "./is/undefined": "./is/undefined.ts", |
| 51 | + "./is/uniform-tuple-of": "./is/uniform_tuple_of.ts", |
| 52 | + "./is/union-of": "./is/union_of.ts", |
| 53 | + "./is/unknown": "./is/unknown.ts" |
| 54 | + }, |
| 55 | + "exclude": [ |
| 56 | + ".coverage/**" |
| 57 | + ], |
| 58 | + "publish": { |
| 59 | + "include": [ |
| 60 | + "**/*.ts", |
| 61 | + "README.md", |
| 62 | + "LICENSE" |
| 63 | + ], |
| 64 | + "exclude": [ |
| 65 | + "**/*_test.ts", |
| 66 | + ".*" |
| 67 | + ] |
| 68 | + }, |
5 | 69 | "imports": { |
6 | 70 | "@core/unknownutil": "./mod.ts", |
7 | 71 | "@deno/dnt": "jsr:@deno/dnt@^0.41.1", |
8 | 72 | "@std/assert": "jsr:@std/assert@^0.221.0", |
| 73 | + "@std/jsonc": "jsr:@std/jsonc@^1.0.0", |
9 | 74 | "@std/path": "jsr:@std/path@^1.0.2", |
10 | 75 | "@std/testing": "jsr:@std/testing@^0.221.0" |
11 | 76 | }, |
|
0 commit comments