Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/freeCodeCamp/freeCodeCamp
/ env.ts
File
env.ts
api/src/utils/env.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
assert from
'node:assert'
;
2
import
path from
'node:path'
;
3
import
{ fileURLToPath } from
'node:url'
;
4
import
{ config } from
'dotenv'
;
Callers
nothing calls this directly
Calls
5
isAllowedEnv
Function · 0.85
isAllowedProvider
Function · 0.85
isLogLevel
Function · 0.85
createTestConnectionURL
Function · 0.85
undefinedOrBool
Function · 0.85
Tested by
no test coverage detected