create project
This commit is contained in:
4
kitabcitab/node_modules/next/dist/lib/commands.d.ts
generated
vendored
Normal file
4
kitabcitab/node_modules/next/dist/lib/commands.d.ts
generated
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
export declare type cliCommand = (argv?: string[]) => void;
|
||||
export declare const commands: {
|
||||
[command: string]: () => Promise<cliCommand>;
|
||||
};
|
||||
Reference in New Issue
Block a user