mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-24 21:11:23 +01: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;
|