UNPKG

@tdb/web

Version:

Common condiguration for serving a web-site and testing web-based UI components.

9 lines 293 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var constants_1 = require("@tdb/util/lib/constants"); exports.IS_DEV = constants_1.IS_DEV; exports.IS_BROWSER = constants_1.IS_BROWSER; exports.COLORS = { BLUE: '#4990E2', }; //# sourceMappingURL=constants.js.map