-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstdlib.js
60 lines (59 loc) · 1.69 KB
/
stdlib.js
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
import '@externs/preact/types/externs'
import write from '@wrote/write'
import read from '@wrote/read'
import clone from '@wrote/clone'
import ensurePath, { ensurePathSync } from '@wrote/ensure-path'
import readDirStructure from '@wrote/read-dir-structure'
import rexml from 'rexml'
import argufy, { reduceUsage } from 'argufy'
import Catchment, { collect } from 'catchment'
import clearr from 'clearr'
import competent from 'competent'
import erte, { c, b } from 'erte'
import forkfeed from 'forkfeed'
import makepromise from 'makepromise'
import mismatch from 'mismatch'
import usually from 'usually'
import resolveDependency from 'resolve-dependency'
import spawn, { fork } from 'spawncommand'
import {
SyncReplaceable, Replaceable, makeMarkers, makeCutRule, makePasteRule,
replace,
} from 'restream'
import Pedantry from 'pedantry'
import compare from '@depack/cache'
import whichStream from 'which-stream'
module.exports = {
'competent': competent,
'c': c,
'b': b,
'readDirStructure': readDirStructure,
'clone': clone,
'Pedantry': Pedantry,
'whichStream': whichStream,
'compare': compare,
'ensurePath': ensurePath,
'ensurePathSync': ensurePathSync,
'read': read,
'replace': replace,
'usually': usually,
'spawn': spawn,
'fork': fork,
'SyncReplaceable': SyncReplaceable,
'Replaceable': Replaceable,
'makeMarkers': makeMarkers,
'makeCutRule': makeCutRule,
'makePasteRule': makePasteRule,
'resolveDependency': resolveDependency,
'rexml': rexml,
'reduceUsage': reduceUsage,
'write': write,
'argufy': argufy,
'Catchment': Catchment,
'collect': collect,
'clearr': clearr,
'erte': erte,
'forkfeed': forkfeed,
'makepromise': makepromise,
'mismatch': mismatch,
}