UNPKG

@visactor/vrender-core

Version:

```typescript import { xxx } from '@visactor/vrender-core'; ```

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