UNPKG

@pelag/nts

Version:

Creation and support of the multilingual project Next.js

6 lines 192 B
interface Options { defaultName?: string; } export declare function createNextJsProject({ defaultName, }: Options): Promise<string>; export {}; //# sourceMappingURL=create-project.d.ts.map