mirror of
https://github.com/actions/setup-node.git
synced 2025-04-21 17:01:00 +00:00
4 lines
160 B
TypeScript
4 lines
160 B
TypeScript
import { URIRegExps } from "./uri";
|
|
export declare function buildExps(isIRI: boolean): URIRegExps;
|
|
declare const _default: URIRegExps;
|
|
export default _default;
|