first commit
This commit is contained in:
12
node_modules/@n8n/node-cli/dist/commands/dev/utils.d.ts
generated
vendored
Normal file
12
node_modules/@n8n/node-cli/dist/commands/dev/utils.d.ts
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
import { type ChildProcess } from 'node:child_process';
|
||||
import type { Formatter } from 'picocolors/types';
|
||||
export declare function commands(): {
|
||||
runPersistentCommand: (cmd: string, args: string[], opts?: {
|
||||
cwd?: string;
|
||||
env?: NodeJS.ProcessEnv;
|
||||
name?: string;
|
||||
color?: Formatter;
|
||||
allowOutput?: (line: string) => boolean;
|
||||
}) => ChildProcess;
|
||||
};
|
||||
export declare function readPackageName(): Promise<string>;
|
||||
Reference in New Issue
Block a user