UNPKG

bailiff

Version:
5 lines (4 loc) 111 B
import 'dotenv/config'; export default class DotenvStore { static get(name: string): string | undefined; }