UNPKG

scanbot-web-sdk

Version:

Scanbot Web Document and Barcode Scanner SDK

7 lines (6 loc) 173 B
export declare class LazyInitializedSingleton<ValueType> { private factory; private _value; constructor(factory: () => ValueType); get value(): ValueType; }