1
0
mirror of https://github.com/shivammathur/setup-php.git synced 2025-03-03 11:09:05 +07:00

5 lines
160 B
TypeScript
Raw Normal View History

2019-09-06 05:17:43 +05:30
import { URIRegExps } from "./uri";
export declare function buildExps(isIRI: boolean): URIRegExps;
declare const _default: URIRegExps;
export default _default;