persona-community-5/.pnpm-store/v3/files/4d/5893e1d85bda3c55d4022852268a8eecdc653797eccdf0f22abb126f45f26c138b38c46d618ba53200303e08aed9c48811abb9fb547e1ca84370cfde9630cd-exec
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

5 lines
160 B
Plaintext
Executable File

import { URIRegExps } from "./uri";
export declare function buildExps(isIRI: boolean): URIRegExps;
declare const _default: URIRegExps;
export default _default;