UNPKG

@cimo/environment

Version:

Environment file processor. Light, fast and secure.

4 lines (3 loc) 161 B
import * as model from "./Model"; export declare const loadFile: (path: string) => model.Ivariable; export declare const checkVariable: (key: string) => string;