UNPKG

@scandit/web-datacapture-core

Version:

Scandit Data Capture SDK for the Web

8 lines (6 loc) 183 B
/// <reference types="emscripten" /> interface SetupFSOptions { writableDataPath: string; } declare function setupFS(options: SetupFSOptions): Promise<void>; export { setupFS };