UNPKG

create-nitro-lib

Version:
3 lines (2 loc) 155 B
import type { ProjectConfig } from './types.js'; export declare function createExampleStructure(projectDir: string, config: ProjectConfig): Promise<void>;