UNPKG

477 BTypeScriptView Raw
1export declare enum Preset {
2 Apps = "apps",
3 Empty = "empty",
4 Core = "core",
5 NPM = "npm",
6 TS = "ts",
7 WebComponents = "web-components",
8 AngularMonorepo = "angular-monorepo",
9 AngularStandalone = "angular-standalone",
10 ReactMonorepo = "react-monorepo",
11 ReactStandalone = "react-standalone",
12 ReactNative = "react-native",
13 Expo = "expo",
14 NextJs = "next",
15 Nest = "nest",
16 Express = "express",
17 NodeServer = "node-server"
18}