Files
GNX-mailEnterprise/frontend/node_modules/scheduler/unstable_post_task.js
Iliyan Angelov c67067a2a4 Mail
2025-09-14 23:24:25 +03:00

8 lines
236 B
JavaScript

'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');
}