@carlwr/textmate-validate
    Preparing search index...

    Type Alias RegexResult

    RegexResult: { valid: false; err: string } | { valid: true }

    The result of validating a single regex.

    A value of this type can be tested with the passed and failed functions. In addition to returning a boolean they will narrow the type of the value.