PHP 8.2.30
Preview: rewrite-pattern.d.ts Size: 563 B
/home/byroehnu/.trash/node_modules11/regexpu-core/rewrite-pattern.d.ts

declare module "regexpu-core" {
  export type RegexpuOptions = {
    unicodeFlag?: "transform" | false;
    unicodeSetsFlag?: "transform" | false;
    dotAllFlag?: "transform" | false;
    unicodePropertyEscapes?: "transform" | false;
    namedGroups?: "transform" | false;
    onNamedGroup?: (name: string, index: number) => void;
    modifiers?: "transform" | false | "parse";
    onNewFlags?: (flags: string) => void;
  };
  export default function rewritePattern(
    pattern: string,
    flags: string,
    options: RegexpuOptions | undefined
  ): string;
}

Directory Contents

Dirs: 1 × Files: 5

Name Size Perms Modified Actions
data DIR
- drwxr-xr-x 2026-02-28 00:27:24
Edit Download
1.05 KB lrw-r--r-- 2026-02-28 00:28:04
Edit Download
1.59 KB lrw-r--r-- 2026-02-28 00:27:44
Edit Download
7.89 KB lrw-r--r-- 2026-02-28 00:27:52
Edit Download
563 B lrw-r--r-- 2026-02-28 00:28:00
Edit Download
30.64 KB lrw-r--r-- 2026-02-28 00:27:36
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).