UNPKG

config

Version:

Configuration control for production node deployments

7 lines (6 loc) 150 B
declare namespace _exports { export { Config }; } declare const _exports: Config; export = _exports; type Config = import("./config.mjs").Config;