UNPKG

@microblink/blinkcard-in-browser-sdk

Version:

BlinkCard SDK is credit or payment cards scanning library for WebAssembly-enabled browsers.

8 lines (7 loc) 358 B
/** * Copyright (c) Microblink Ltd. All rights reserved. */ import { WasmType } from "./WasmType"; export declare function setupModule(module: any, allowedThreads: number | null, jsPath: string | null): any; export declare function waitForThreadWorkers(wasmModule: any): Promise<void>; export declare function supportsThreads(wasmType: WasmType): boolean;