UNPKG

next

Version:

The React Framework

9 lines (8 loc) 214 B
let chalk; if (process.env.NEXT_RUNTIME === "edge") { chalk = require("./web/chalk").default; } else { chalk = require("next/dist/compiled/chalk"); } export default chalk; //# sourceMappingURL=chalk.js.map