UNPKG

ngx-decorate

Version:

Useful decorators for Angular 2 and above

16 lines 451 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** @internal */ function ensureSymbol(target, symbol, value) { if (!target[symbol]) { Object.defineProperty(target, symbol, { configurable: false, enumerable: false, value, writable: false }); } return target[symbol]; } exports.ensureSymbol = ensureSymbol; //# sourceMappingURL=ensureSymbol.js.map