We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db233d5 commit 3f7e8feCopy full SHA for 3f7e8fe
globals.d.ts
@@ -8,6 +8,7 @@ import {
8
globby as _globby,
9
nothrow,
10
os as _os,
11
+ path as _path,
12
question,
13
sleep,
14
} from '.'
@@ -24,6 +25,7 @@ declare global {
24
25
var glob: typeof _globby.globby & typeof _globby
26
var nothrow: nothrow
27
var os: typeof _os
28
+ var path: typeof _path
29
var question: question
30
var sleep: sleep
31
}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "zx",
3
- "version": "4.1.0",
+ "version": "4.1.1",
4
"description": "A tool for writing better scripts",
5
"main": "dist/index.cjs",
6
"exports": {
0 commit comments