UNPKG

@tdb/web

Version:

Common condiguration for serving a web-site and testing web-based UI components.

5 lines (4 loc) 164 B
import { URIRegExps } from './uri'; export declare function buildExps(isIRI: boolean): URIRegExps; declare const _default: URIRegExps; export default _default;