first
This commit is contained in:
3
node_modules/core-js/internals/engine-is-bun.js
generated
vendored
Normal file
3
node_modules/core-js/internals/engine-is-bun.js
generated
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
'use strict';
|
||||
/* global Bun -- Deno case */
|
||||
module.exports = typeof Bun == 'function' && Bun && typeof Bun.version == 'string';
|
Reference in New Issue
Block a user