MCPcopy
hub / github.com/MauriceNino/dashdot / penv

Function penv

apps/server/src/config.ts:10–10  ·  view source on GitHub ↗
(key: string)

Source from the content-addressed store, hash-verified

8};
9
10const penv = (key: string): string | undefined => process.env[`DASHDOT_${key}`];
11const lst = (item: string): string[] => (item === '' ? [] : item.split(','));
12const numlst = (item: string): number[] => lst(item).map((item) => +item);
13const kv = <T extends boolean>(

Callers 1

config.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected