mirror of
https://gitcode.com/gh_mirrors/se/setup-python.git
synced 2026-07-03 18:55:08 +00:00
5 lines
164 B
TypeScript
5 lines
164 B
TypeScript
import { URIRegExps } from "./uri";
|
|
export declare function buildExps(isIRI: boolean): URIRegExps;
|
|
declare const _default: URIRegExps;
|
|
export default _default;
|