regexps-iri.ts 112 Bytes Raw Blame History Permalink 1 2 3 4 import { URIRegExps } from "./uri"; import { buildExps } from "./regexps-uri"; export default buildExps(true);