JSTQL-JS-Transform/output_testing/306unstable_mock.js

7 lines
No EOL
231 B
JavaScript

'use strict';
if (process.env.NODE_ENV === 'production') {
module.exports = './cjs/scheduler-unstable_mock.production.js' |> require(%);
} else {
module.exports = './cjs/scheduler-unstable_mock.development.js' |> require(%);
}