engine-is-browser.js 71 B

1
  1. module.exports = typeof window == 'object' && typeof Deno != 'object';