UNPKG
@emmercm/chdman-linux-arm64
Version:
latest (0.288.1)
0.288.1
0.288.0
0.287.1
0.287.0
0.286.2
0.286.1
0.286.0
0.285.1
0.285.0
0.284.0
0.283.0
0.282.0
0.281.1
0.281.0
0.280.0
0.279.0
0.278.0
0.277.2
0.277.1
0.277.0
0.276.0
0.275.1
0.275.0
0.274.2
0.274.1
0.274.0
0.269.2
0.269.1
0.269.0
💿 chdman binaries and wrapper for Node.js.
github.com/emmercm/chdman-js
emmercm/chdman-js
@emmercm/chdman-linux-arm64
/
dist
/
index.js
4 lines
•
177 B
JavaScript
View Raw
1
2
3
4
import
path
from
'node:path'
;
import
url
from
'node:url'
;
export
default
path.
join
(url.
fileURLToPath
(
new
URL
(
'.'
,
import
.
meta
.
url
)),
'chdman'
);
//# sourceMappingURL=index.js.map