Files
supplier-dispatch-h5/node_modules/core-js/internals/engine-is-bun.js
2023-08-11 10:45:20 +08:00

4 lines
128 B
JavaScript

'use strict';
/* global Bun -- Deno case */
module.exports = typeof Bun == 'function' && Bun && typeof Bun.version == 'string';