Module Literal.RegExp

type t = {
  1. pattern: string,
  2. flags: string,
};