UNPKG

@yeoman/types

Version:

Common API for yeoman's generator/environment stack

7 lines (5 loc) 150 B
export type GeneratorCustomFeatures = Record<string, unknown>; export type GeneratorFeatures = { uniqueBy?: string; uniqueGlobally?: boolean; };