UNPKG

@scandit/web-datacapture-barcode

Version:

Scandit Data Capture SDK for the Web

6 lines (5 loc) 259 B
import { Optional } from "@scandit/web-datacapture-core"; //#region src/main/private/sandbox.d.ts declare function createSandBoxedFunctionFromString<T>(functionString: Optional<string>): Optional<T>; //#endregion export { createSandBoxedFunctionFromString };