UNPKG

@liplum/env

Version:

Reading and parsing environment variables from "process.env"

7 lines (6 loc) 226 B
import { EnvStore } from "./model.js"; export declare const getValueFromStore: ({ key, store }: { key: string; store?: EnvStore; }) => string | undefined; export declare const missingEnvError: (key?: string) => Error;