UNPKG

@deepkit/core

Version:
22 lines 827 B
"use strict"; /* * 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. */ var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.toFastProperties = void 0; const to_fast_properties_1 = __importDefault(require("to-fast-properties")); function toFastProperties(obj) { (0, to_fast_properties_1.default)(obj); } exports.toFastProperties = toFastProperties; toFastProperties.__type = ['obj', 'toFastProperties', 'P"2!"/"']; //# sourceMappingURL=perf.js.map