UNPKG

@microblink/photopay-in-browser-sdk

Version:

A simple payment barcode scanning library for WebAssembly-enabled browsers.

7 lines (6 loc) 254 B
/** * Copyright (c) Microblink Ltd. All rights reserved. */ import { WasmType } from "./WasmType"; export declare function detectWasmType(engineLocation: string): Promise<WasmType>; export declare function wasmFolder(wasmType: WasmType): string;