bitwise-flag - v2.1.0
    Preparing search index...

    Class Repository<TFlags, TBit>

    Read-only store that maps flag names to their bit values.

    It provides safe, typed access to registered flags and throws UnknownFlagError when a requested flag does not exist.

    Type Parameters

    • TFlags extends string
    • TBit extends Bit

      The numeric primitive used for bit values (number or bigint).

    Index

    Constructors

    Methods

    Constructors

    Methods