API reference@evolu/commonType › RegexError

Defined in: packages/common/src/Type.ts:5668

Error returned when a string does not match the regular expression supplied to regex.

Extends

Properties

flags

readonly flags: string;

Defined in: packages/common/src/Type.ts:5673


source

readonly source: string;

Defined in: packages/common/src/Type.ts:5672


type

readonly type: Name;

Defined in: packages/common/src/Type.ts:870

Inherited from

TypeError.type


value

readonly value: string;

Defined in: packages/common/src/Type.ts:5671