UNPKG

projen

Version:

A new generation of project generators

3 lines (2 loc) 166 B
export type Callback = (directory: string, files: string[]) => string | false | void; export default function (directory: string, callback: Callback): string | void;