Files
est-frame/node_modules/core-js/internals/engine-is-bun.js
2025-10-22 05:38:27 +00:00

4 lines
127 B
JavaScript
Executable File

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