-
Notifications
You must be signed in to change notification settings - Fork 6
/
deno.json
64 lines (64 loc) · 1.91 KB
/
deno.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "@baetheus/fun",
"version": "2.2.2",
"exports": {
"./ideas/dux": "./ideas/dux.ts",
"./applicable": "./applicable.ts",
"./array": "./array.ts",
"./async": "./async.ts",
"./async_either": "./async_either.ts",
"./async_iterable": "./async_iterable.ts",
"./bimappable": "./bimappable.ts",
"./boolean": "./boolean.ts",
"./combinable": "./combinable.ts",
"./comparable": "./comparable.ts",
"./composable": "./composable.ts",
"./datum": "./datum.ts",
"./datum_either": "./datum_either.ts",
"./decoder": "./decoder.ts",
"./either": "./either.ts",
"./failable": "./failable.ts",
"./filterable": "./filterable.ts",
"./flatmappable": "./flatmappable.ts",
"./fn": "./fn.ts",
"./fn_either": "./fn_either.ts",
"./foldable": "./foldable.ts",
"./free": "./free.ts",
"./identity": "./identity.ts",
"./initializable": "./initializable.ts",
"./iterable": "./iterable.ts",
"./json_schema": "./json_schema.ts",
"./kind": "./kind.ts",
"./map": "./map.ts",
"./mappable": "./mappable.ts",
"./newtype": "./newtype.ts",
"./nil": "./nil.ts",
"./number": "./number.ts",
"./optic": "./optic.ts",
"./option": "./option.ts",
"./pair": "./pair.ts",
"./predicate": "./predicate.ts",
"./premappable": "./premappable.ts",
"./promise": "./promise.ts",
"./record": "./record.ts",
"./refinement": "./refinement.ts",
"./schemable": "./schemable.ts",
"./set": "./set.ts",
"./showable": "./showable.ts",
"./sortable": "./sortable.ts",
"./state": "./state.ts",
"./stream": "./stream.ts",
"./string": "./string.ts",
"./sync": "./sync.ts",
"./sync_either": "./sync_either.ts",
"./these": "./these.ts",
"./traversable": "./traversable.ts",
"./tree": "./tree.ts",
"./wrappable": "./wrappable.ts"
},
"include": [
"LICENSE",
"README.md",
"deno.json"
]
}