Files
documentation/node_modules/core-js/internals/engine-is-bun.js
2024-03-22 03:47:51 +05:30

4 lines
127 B
JavaScript

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