view third_party/bun/node_modules/scheduler/unstable_post_task.js @ 67:6626ec933933

[Seobeo] Separated out Client Server logic. Created test tools.
author June Park <parkjune1995@gmail.com>
date Wed, 24 Dec 2025 09:15:55 -0800
parents de54585a40f1
children
line wrap: on
line source

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