web_aku / frontend /node_modules /scheduler /unstable_post_task.js
ikhsanmlnn's picture
first commit
2c38fa9
Raw
History Blame Contribute Delete
236 Bytes
'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');
}