uni-ticket-system/node_modules/core-js/internals/engine-is-bun.js
2023-12-05 10:11:10 +08:00

3 lines
114 B
JavaScript

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