UNPKG

@deepkit/core

Version:

Deepkit core library

44 lines 2 kB
"use strict"; var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { if (k2 === undefined) k2 = k; var desc = Object.getOwnPropertyDescriptor(m, k); if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { desc = { enumerable: true, get: function() { return m[k]; } }; } Object.defineProperty(o, k2, desc); }) : (function(o, m, k, k2) { if (k2 === undefined) k2 = k; o[k2] = m[k]; })); var __exportStar = (this && this.__exportStar) || function(m, exports) { for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); }; Object.defineProperty(exports, "__esModule", { value: true }); /* * Deepkit Framework * Copyright (C) 2021 Deepkit UG, Marc J. Schmidt * * This program is free software: you can redistribute it and/or modify * it under the terms of the MIT License. * * You should have received a copy of the MIT License along with this program. */ __exportStar(require("./src/core.js"), exports); __exportStar(require("./src/decorators.js"), exports); __exportStar(require("./src/enum.js"), exports); __exportStar(require("./src/timer.js"), exports); __exportStar(require("./src/process-locker.js"), exports); __exportStar(require("./src/network.js"), exports); __exportStar(require("./src/perf.js"), exports); __exportStar(require("./src/compiler.js"), exports); __exportStar(require("./src/string.js"), exports); __exportStar(require("./src/emitter.js"), exports); __exportStar(require("./src/reactive.js"), exports); __exportStar(require("./src/reflection.js"), exports); __exportStar(require("./src/url.js"), exports); __exportStar(require("./src/array.js"), exports); __exportStar(require("./src/types.js"), exports); __exportStar(require("./src/buffer.js"), exports); __exportStar(require("./src/type-guards.js"), exports); __exportStar(require("./src/path.js"), exports); //# sourceMappingURL=index.js.map