package.internals.engine-is-bun.js Maven / Gradle / Ivy
'use strict';
/* global Bun -- Deno case */
module.exports = typeof Bun == 'function' && Bun && typeof Bun.version == 'string';
© 2015 - 2024 Weber Informatics LLC | Privacy Policy
'use strict';
/* global Bun -- Deno case */
module.exports = typeof Bun == 'function' && Bun && typeof Bun.version == 'string';