File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 33 "version" : " 0.0.0" ,
44 "exports" : {
55 "." : " ./mod.ts" ,
6- "./type" : " ./type.ts" ,
7- "./assert" : " ./assert.ts" ,
8- "./ensure" : " ./ensure.ts" ,
9- "./maybe" : " ./maybe.ts" ,
106 "./as" : " ./as/mod.ts" ,
117 "./as/optional" : " ./as/optional.ts" ,
128 "./as/readonly" : " ./as/readonly.ts" ,
9+ "./assert" : " ./assert.ts" ,
10+ "./ensure" : " ./ensure.ts" ,
1311 "./is" : " ./is/mod.ts" ,
1412 "./is/any" : " ./is/any.ts" ,
1513 "./is/array" : " ./is/array.ts" ,
4947 "./is/undefined" : " ./is/undefined.ts" ,
5048 "./is/uniform-tuple-of" : " ./is/uniform_tuple_of.ts" ,
5149 "./is/union-of" : " ./is/union_of.ts" ,
52- "./is/unknown" : " ./is/unknown.ts"
50+ "./is/unknown" : " ./is/unknown.ts" ,
51+ "./maybe" : " ./maybe.ts" ,
52+ "./type" : " ./type.ts"
5353 },
5454 "exclude" : [
5555 " .coverage/**"
6161 " LICENSE"
6262 ],
6363 "exclude" : [
64+ " **/*_bench.ts" ,
6465 " **/*_test.ts" ,
6566 " .*"
6667 ]
You can’t perform that action at this time.
0 commit comments