📄 unstable_post_task.js
/home/palash/git/site/node_modules/scheduler/unstable_post_task.js
Language: js • Lines: 7
'use strict';

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