UNPKG

domain-objects

Version:

A simple, convenient way to represent domain objects, leverage domain knowledge, and add runtime validation in your code base.

6 lines 224 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** * constants shared across the whole service but not tied to a specific domain object go in this file */ //# sourceMappingURL=constants.js.map