MCPcopy 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

1import { get } from 'env-var';
2
3const env = (name: string, required = true) => get(name).required(required);
4

Callers

nothing calls this directly

Calls 1

envFunction · 0.85

Tested by

no test coverage detected