@notios/config
Version:
Notios configuration tools
10 lines (9 loc) • 383 B
JavaScript
;
// Config Interface Rule:
// - This should be compatible in long term.
// Do not remove properties even if major bumped.
// - This is because to configure various versions of
// notios with single config file.
// - The identical property should mean the identical
// functionality all over the time.
Object.defineProperty(exports, "__esModule", { value: true });