effect-io-ai

Package: effect
Module: Schema

Schema.RegExp

Type-level representation of RegExp.

Signature

export interface RegExp extends instanceOf<globalThis.RegExp> {
  readonly "Rebuild": RegExp
}

Source

Since v4.0.0