UNPKG

scandit-sdk

Version:

Scandit Barcode Scanner SDK for the Web

4 lines (3 loc) 271 B
import { AttributeDescriptor } from "./schema"; export type ConvertedAttribute = boolean | string | unknown[] | number | object | undefined; export declare function convertAttribute(schema: AttributeDescriptor, value: string | undefined): ConvertedAttribute | undefined;