UNPKG

ngx-decorate

Version:

Useful decorators for Angular 2 and above

7 lines 152 B
/** @internal */ export function completeArray(inp) { for (const c of inp) { c.complete(); } } //# sourceMappingURL=completeArray.js.map