@lightprotocol/stateless.js - v0.23.1
    Preparing search index...

    Variable featureFlagsConst

    featureFlags: {
        version: VERSION;
        isV2: () => boolean;
        isBeta: () => boolean;
        enableBeta: () => void;
        disableBeta: () => void;
    } = ...

    Type Declaration

    • version: VERSION
    • isV2: () => boolean
    • isBeta: () => boolean

      Legacy compatibility; always false. Published packages default to V2.

    • enableBeta: () => void

      No-op. Retained for backward compatibility.

    • disableBeta: () => void

      No-op. Retained for backward compatibility.