UNPKG

ngx-decorate

Version:

Useful decorators for Angular 2 and above

8 lines 208 B
import { _destroyed } from '../lib/symbols'; /** @internal */ export function destroyed(self) { if (self[_destroyed]) { self[self[_destroyed]] = true; } } //# sourceMappingURL=destroyed.js.map