Files
Canteen-Management-System/counter-frontend/node_modules/@emnapi/wasi-threads/index.js
2026-07-24 12:06:56 +05:30

6 lines
208 B
JavaScript

if (typeof process !== 'undefined' && process.env.NODE_ENV === 'production') {
module.exports = require('./dist/wasi-threads.cjs.min.js')
} else {
module.exports = require('./dist/wasi-threads.cjs.js')
}