UNPKG

tsbase

Version:

Base class libraries for TypeScript

12 lines 583 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var tslib_1 = require("tslib"); tslib_1.__exportStar(require("./AsyncCommand"), exports); tslib_1.__exportStar(require("./AsyncQuery"), exports); tslib_1.__exportStar(require("./Command"), exports); tslib_1.__exportStar(require("./IAsyncCommand"), exports); tslib_1.__exportStar(require("./IAsyncQuery"), exports); tslib_1.__exportStar(require("./ICommand"), exports); tslib_1.__exportStar(require("./IQuery"), exports); tslib_1.__exportStar(require("./Query"), exports); //# sourceMappingURL=module.js.map