Files
lcbp3.np-dms.work/frontend/node_modules/scheduler/unstable_post_task.js
2025-09-21 20:29:15 +07:00

8 lines
236 B
JavaScript
Executable File

'use strict';
if (process.env.NODE_ENV === 'production') {
module.exports = require('./cjs/scheduler-unstable_post_task.production.min.js');
} else {
module.exports = require('./cjs/scheduler-unstable_post_task.development.js');
}