UNPKG

ts-mean

Version:

Boilerplate for a TS-MEAN App

5 lines (4 loc) 71 B
export interface Environment { production: boolean; api: string; }