@adcp/sdk API Reference - v7.9.0
    Preparing search index...

    Function isSandboxOrMockAccount

    • Predicate: is the account in a non-production mode that admits test-only surfaces (comply controller, force_, simulate_)?

      Returns true for mode === 'sandbox' | 'mock' (or legacy sandbox: true); false for mode === 'live' or any account shape that doesn't carry the field.

      Parameters

      • account: unknown

      Returns boolean