MCPcopy 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

1const { env } = process;
2
3function isDev(): boolean {
4 if (typeof env.NODE_ENV === "undefined") {

Callers

nothing calls this directly

Calls 1

isDevFunction · 0.70

Tested by

no test coverage detected