mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-01 19:24:27 +00:00
``` 'DebugEngine' only refers to a type, but is being used as a value here.ts(2693) ``` ```ts const debug = process.env.NODE_ENV === "production" ? undefined : new DebugEngine(); ```