UNPKG

scandit-web-datacapture-barcode

Version:

Scandit Data Capture SDK for the Web

6 lines (3 loc) 207 B
import { Optional } from 'scandit-web-datacapture-core'; declare function createSandBoxedFunctionFromString<T>(functionString: Optional<string>): Optional<T>; export { createSandBoxedFunctionFromString };