UNPKG

create-nitro-lib

Version:
4 lines (3 loc) 263 B
import type { ProjectConfig } from './types.js'; export declare function createIosStructure(packageDir: string, config: ProjectConfig): Promise<void>; export declare function createIosSwiftImplementation(packageDir: string, config: ProjectConfig): Promise<void>;