summaryrefslogblamecommitdiff
path: root/node_modules/scheduler/unstable_post_task.js
blob: 62ecbd5a072bc9fcf5267cfb40b4dedd7c566166 (plain) (tree)
1
2
3
4
5
6
7






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