UNPKG

ohayolibs

Version:

Ohayo is a set of essential modules for ohayojp.

8 lines (7 loc) 153 B
export interface Schema { name: string; type: 'add' | 'remove'; project?: string; packageManager?: 'npm' | 'yarn'; defaultLanguage?: string; }