UNPKG

ngx-decorate

Version:

Useful decorators for Angular 2 and above

11 lines 299 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const symbols_1 = require("../lib/symbols"); /** @internal */ function init(self) { if (self[symbols_1._init]) { self[self[symbols_1._init]] = true; } } exports.init = init; //# sourceMappingURL=init.js.map