Type alias SANEState

SANEState: {
    initialized: boolean;
    open: boolean;
    version: {
        build: number;
        major: number;
        minor: number;
    };
    version_code: number;
}

Library state. This is provided by sane-wasm, it's not part of SANE API.

Type declaration

Generated using TypeDoc