Files
meida_applet/node_modules/core-js/internals/engine-is-bun.js
T
2023-12-13 11:25:22 +08:00

4 lines
127 B
JavaScript

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