rc-js-util
Advanced tools
Comparing version 4.1.1 to 4.1.2
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.arrayEmptyArray = void 0; | ||
var _debug_1 = require("../../debug/_debug"); | ||
/** | ||
@@ -10,5 +9,2 @@ * @public | ||
exports.arrayEmptyArray = []; | ||
DEBUG_MODE && _debug_1._Debug.runBlock(function () { | ||
Object.freeze(exports.arrayEmptyArray); | ||
}); | ||
//# sourceMappingURL=array-empty-array.js.map |
{ | ||
"name": "rc-js-util", | ||
"version": "4.1.1", | ||
"version": "4.1.2", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
219154
3542