Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clayrisser/create-react-renderer
/ dev.ts
File
dev.ts
phaseL/src/dev.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
const
{ env } = process;
2
3
function
isDev(): boolean {
4
if
(typeof env.NODE_ENV ===
"undefined"
) {
Callers
nothing calls this directly
Calls
1
isDev
Function · 0.70
Tested by
no test coverage detected