@eagleoutice/flowr - v2.15.8
    Preparing search index...
    • Checks whether the given identifier name resolves to a built-in constant with the given value.

      Parameters

      • name: Identifier | undefined

        The name of the identifier to resolve

      • environment: REnvironmentInformation

        The current environment used for name resolution

      • wantedValue: unknown

        The built-in constant value to check for

      Returns Ternary

      Whether the identifier always, never, or maybe resolves to the given built-in constant value

      Resolve.toBuiltIn