CoolFace
Apppublic

sourav-das/stem-separator

sourceHugging Facemitupdated 6mo agoView on Hugging Face
3likes
unstable_post_task.js8 linesDownload Raw Back to scheduler
1'use strict';2 3if (process.env.NODE_ENV === 'production') {4  module.exports = require('./cjs/scheduler-unstable_post_task.production.js');5} else {6  module.exports = require('./cjs/scheduler-unstable_post_task.development.js');7}8