UNPKG

@techmely/utils

Version:

Collection of helpful JavaScript / TypeScript utils

5 lines (3 loc) 131 B
type EnvObject = Record<string, string | undefined>; declare function envShims(): EnvObject; export { type EnvObject, envShims };