3 lines
115 B
TypeScript
3 lines
115 B
TypeScript
import type { PlopTypes } from "@turbo/gen";
|
|
export default function generator(plop: PlopTypes.NodePlopAPI): void;
|