UNPKG

mincu-debug-tools

Version:

[![npm install size](https://packagephobia.com/badge?p=mincu-debug-tools)](https://packagephobia.com/result?p=mincu-debug-tools)

8 lines (6 loc) 210 B
'use strict'; if (process.env.NODE_ENV === "production") { module.exports = require("./mincu-debug-tools-server.cjs.prod.js"); } else { module.exports = require("./mincu-debug-tools-server.cjs.dev.js"); }