UNPKG

@aappddeevv/dynamics-client-ui

Version:

## What is it? A library to help you create great dynamics applications.

14 lines 577 B
"use strict"; /** * Common data elements for Dyanmics. Do not use dynclient * if you can avoid it, prefer mkClient. */ Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); tslib_1.__exportStar(require("./Metadata"), exports); tslib_1.__exportStar(require("./client"), exports); tslib_1.__exportStar(require("./interfaces"), exports); tslib_1.__exportStar(require("./Utils"), exports); tslib_1.__exportStar(require("./DataModel.Utils"), exports); // time is not exported because it drags in moment //# sourceMappingURL=index.js.map