main
1"use strict";
2import "./deno.js"
3import * as __module__ from "./core.cjs"
4const {
5 $,
6 Fail,
7 ProcessOutput,
8 ProcessPromise,
9 bus,
10 cd,
11 chalk,
12 defaults,
13 kill,
14 log,
15 os,
16 path,
17 ps,
18 quote,
19 quotePowerShell,
20 resolveDefaults,
21 syncProcessCwd,
22 useBash,
23 usePowerShell,
24 usePwsh,
25 which,
26 within
27} = globalThis.Deno ? globalThis.require("./core.cjs") : __module__
28export {
29 $,
30 Fail,
31 ProcessOutput,
32 ProcessPromise,
33 bus,
34 cd,
35 chalk,
36 defaults,
37 kill,
38 log,
39 os,
40 path,
41 ps,
42 quote,
43 quotePowerShell,
44 resolveDefaults,
45 syncProcessCwd,
46 useBash,
47 usePowerShell,
48 usePwsh,
49 which,
50 within
51}
52