1
0
mirror of https://github.com/musix-org/musix-oss synced 2025-02-24 02:19:43 +00:00

5 lines
160 B
TypeScript
Raw Normal View History

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