nx/scripts/documentation/frameworks.ts
Phillip Barta 27df60164d
feat(misc): updated documentation generation scripts and removed shelljs (#5381)
cleanup(repo): updated documentation generation scripts and removed shelljs
2021-04-19 15:26:17 -04:00

3 lines
116 B
TypeScript

export const Frameworks = ['angular', 'react', 'node'] as const;
export type Framework = typeof Frameworks[number];