UNPKG

@gmjs/eslint-config

Version:
3 lines (2 loc) 151 B
export declare const PROJECT_TYPE_LIST: readonly ["react", "browser", "node", "shared"]; export type ProjectType = (typeof PROJECT_TYPE_LIST)[number];