UNPKG

next

Version:

The React Framework

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