Commit bc3256d

Anton Medvedev <anton@medv.io>
2021-05-19 07:42:59
Fix types for $ func
1 parent 9419535
Changed files (1)
index.d.ts
@@ -13,7 +13,7 @@
 // limitations under the License.
 
 interface $ {
-  (pieces: TemplateStringsArray, ...args: string[]): Promise<ProcessOutput>
+  (pieces: TemplateStringsArray, ...args: any[]): Promise<ProcessOutput>
   verbose: boolean
   shell: string
   cwd: string