@squawk
    Preparing search index...

    Function isFixUseCode

    • Type guard that narrows a string to FixUseCode when it matches a member of FIX_USE_CODES.

      Useful when consuming external strings (URL params, config files, MCP tool inputs) that should be validated before being used as a fix use code.

      Parameters

      • value: string

        The string to test.

      Returns value is FixUseCode

      true if value is a valid FixUseCode.