Welcome to mirror list, hosted at ThFree Co, Russian Federation.

regexps-uri.d.ts « esnext « dist « uri-js « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 10ec87bdf913a13e59be9d8764723901ca3c2bb1 (plain)
1
2
3
4
import { URIRegExps } from "./uri";
export declare function buildExps(isIRI: boolean): URIRegExps;
declare const _default: URIRegExps;
export default _default;