UNPKG

create-node-mongo-express-app

Version:

Node Js Template with MVC pattern, typescript, mongoose and express

8 lines (6 loc) 90 B
enum APIVERSION { V1 = 'v1', V2 = 'v2', V3 = 'v3', } export { APIVERSION };