UNPKG

next

Version:

The React Framework

8 lines (7 loc) 218 B
#!/usr/bin/env node export type NextTypegenOptions = { dir?: string; webpack?: boolean; }; declare const nextTypegen: (options: NextTypegenOptions, directory?: string) => Promise<void>; export { nextTypegen };