Skip to content

Commit d5abdee

Browse files
committed
Deploying to gh-pages from @ 3170164 🚀
1 parent f72ca3c commit d5abdee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

node.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -537,8 +537,8 @@ declare namespace $ {
537537
dir: string;
538538
}> {
539539
}
540-
const $mol_run_spawn: (command: string, args: readonly string[], options: import("child_process").SpawnOptions) => import("child_process").ChildProcess;
541-
const $mol_run_spawn_sync: (command: string, args?: readonly string[] | undefined, options?: import("child_process").SpawnSyncOptions | undefined) => import("child_process").SpawnSyncReturns<string | Buffer<ArrayBufferLike>>;
540+
const $mol_run_spawn: (...args: Parameters<(typeof $node)["child_process"]["spawn"]>) => import("child_process").ChildProcess;
541+
const $mol_run_spawn_sync: (...args: Parameters<(typeof $node)["child_process"]["spawnSync"]>) => import("child_process").SpawnSyncReturns<string | Buffer<ArrayBufferLike>>;
542542
type $mol_run_options = {
543543
command: readonly string[] | string;
544544
dir: string;

0 commit comments

Comments
 (0)