UNPKG

@visactor/vrender-core

Version:
10 lines (9 loc) 189 B
export class LazyServiceIdentifer { constructor(cb) { this._cb = cb; } unwrap() { return this._cb(); } } //# sourceMappingURL=lazy_service_identifier.js.map