UNPKG

wj-config

Version:

Javascript configuration module for NodeJS and browser frameworks such as React that works like ASP.net configuration where data sources are specified (usually JSON files) and environment variables can contribute/overwrite values by following a naming con

4 lines 290 B
import type { ConfigurationNode, UrlRoot } from "./wj-config.js"; declare function makeWsUrlFunctions(ws: UrlRoot | ConfigurationNode, routeValuesRegExp: RegExp, isBrowser: boolean, parent?: UrlRoot): void; export default makeWsUrlFunctions; //# sourceMappingURL=makeWsUrlFunctions.d.ts.map