Commit d6789d1
Changed files (2)
index.d.ts
@@ -17,6 +17,8 @@ interface $ {
verbose: boolean
shell: string
cwd: string
+ prefix: string
+ quote: (input: string) => string
}
export const $: $
package.json
@@ -21,7 +21,8 @@
},
"files": [
"*.mjs",
- "*.js"
+ "*.js",
+ "*.d.ts"
],
"repository": "google/zx",
"author": "Anton Medvedev <anton@medv.io>",