Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LeChatErrant/API-template
/ appConfig.ts
File
appConfig.ts
src/appConfig.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ get } from
'env-var'
;
2
3
const
env = (name: string, required = true) => get(name).required(required);
4
Callers
nothing calls this directly
Calls
1
env
Function · 0.85
Tested by
no test coverage detected