UNPKG

confn

Version:

A simple to implement config management node js library. Setup dev, staging, production, etc. config for your node app effortlessly.

9 lines (8 loc) 170 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** * @Base abstract base class for confm stores */ class Base { } exports.default = Base;