react-code-dataset
/
next.js
/test
/e2e
/app-dir
/app-external
/node_modules
/next-server-cjs-lib
/index.js
| Object.defineProperty(exports, '__esModule', { value: true }) | |
| const server_1 = require('next/server') | |
| const createResponse = (...args) => { | |
| return new server_1.NextResponse(...args) | |
| } | |
| exports.createResponse = createResponse | |
| exports.packageName = 'cjs-lib' | |
| // Note: this is a CJS library that used the `NextResponse` export from `next/server`. | |