UNPKG

propertiesmanager

Version:

Powerful Node.js configuration management with multi-environment support, CLI/env overrides, multi-file composition, hot reload, and security features

8 lines (7 loc) 240 B
declare module 'propertiesmanager' { /** * Configuration object loaded from config/default.json * Contains all properties for the current environment (production/dev/test) */ export const conf: Record<string, any>; }