@kayelaa/canvas API - v0.2.15
    Preparing search index...

    Variable booleanMapConst

    booleanMap: {
        mapExport: (a: boolean) => 0 | 1;
        mapImport: (a: 0 | 1) => boolean;
    } = ...

    Type Declaration

    • mapExport: (a: boolean) => 0 | 1
    • mapImport: (a: 0 | 1) => boolean