UNPKG

@techmely/utils

Version:

Collection of helpful JavaScript / TypeScript utils

6 lines (4 loc) 158 B
type EnvObject = Record<string, string | undefined>; declare const envs: EnvObject; declare const nodeENV: string; export { type EnvObject, envs, nodeENV };