-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.d.ts
37 lines (37 loc) · 1.98 KB
/
index.d.ts
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
export { default as all } from './types/all'
export { default as assemble } from './types/assemble'
export { default as assembleP } from './types/assembleP'
export { default as assocWith } from './types/assocWith'
export { default as assocWithP } from './types/assocWithP'
export { default as backoff } from './types/backoff'
export { default as batch } from './types/batch'
export { default as combine } from './types/combine'
export { default as combineAll } from './types/combineAll'
export { default as combineAllP } from './types/combineAllP'
export { default as combineP } from './types/combineP'
export { default as combineWith } from './types/combineWith'
export { default as combineWithP } from './types/combineWithP'
export { default as convergeP } from './types/convergeP'
export { default as copyPath } from './types/copyPath'
export { default as copyProp } from './types/copyProp'
export { default as evolveP } from './types/evolveP'
export { default as juxtP } from './types/juxtP'
export { default as mapP } from './types/mapP'
export { default as move } from './types/move'
export { default as normalizeBy } from './types/normalizeBy'
export { default as onSuccess } from './types/onSuccess'
export { default as onSuccessP } from './types/onSuccessP'
export { default as overP } from './types/overP'
export { default as promisify } from './types/promisify'
export { default as reject } from './types/reject'
export { default as rename } from './types/rename'
export { default as renameAll } from './types/renameAll'
export { default as renamePath } from './types/renamePath'
export { default as renamePick } from './types/renamePick'
export { default as resolve } from './types/resolve'
export { default as tapP } from './types/tapP'
export { default as unlessP } from './types/unlessP'
export { default as useWithP } from './types/useWithP'
export { default as validate } from './types/validate'
export { default as validateWith } from './types/validateWith'
export { default as whenP } from './types/whenP'