UNPKG

@tarantool.io/dotenv

Version:

## Usage

6 lines (5 loc) 174 B
export interface ConfigProps { root?: string; filterRegExp?: RegExp; } export declare const config: ({ root, filterRegExp }?: ConfigProps) => Record<string, string>;