UNPKG

@scandit/web-datacapture-core

Version:

Scandit Data Capture SDK for the Web

6 lines (5 loc) 162 B
/// <reference types="emscripten" /> declare module "*.inlineWorker.js$" { function InlineWorker(options?: WorkerOptions): Worker; export { InlineWorker }; }