MCPcopy Create free account
hub / github.com/boringstack-xyz/boringstack / emptyToUndefined

Function emptyToUndefined

apps/ui/src/lib/env/env.loader.ts:17–18  ·  view source on GitHub ↗
(value: unknown)

Source from the content-addressed store, hash-verified

15 * unchanged.
16 */
17const emptyToUndefined = (value: unknown): unknown =>
18 value === "" ? undefined : value;
19
20export function loadEnv(): IEnv {
21 const raw = import.meta.env;

Callers 1

loadEnvFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected