UNPKG

scandit-web-datacapture-id

Version:

Scandit Data Capture SDK for the Web

7 lines (6 loc) 149 B
export declare class Deferred<T> { promise: Promise<T>; resolve: (value: T) => void; reject: (reason: any) => void; constructor(); }