UNPKG

@scandit/web-datacapture-core

Version:

Scandit Data Capture SDK for the Web

9 lines (7 loc) 223 B
/// <reference types="emscripten" /> declare class OpenSourceSoftwareLicenseInfo { private _licenseText; constructor(licenseText: string); get licenseText(): string; } export { OpenSourceSoftwareLicenseInfo };