UNPKG

ts-mean

Version:

Boilerplate for a TS-MEAN App

10 lines (9 loc) 224 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var api; (function (api) { function root() { return '/api/v1'; } api.root = root; })(api = exports.api || (exports.api = {}));