source:
node_modules/core-js-pure/internals/engine-is-deno.js
Last change on this file was d24f17c, checked in by , 15 months ago | |
---|---|
|
|
File size: 130 bytes |
Line | |
---|---|
1 | 'use strict'; |
2 | /* global Deno -- Deno case */ |
3 | module.exports = typeof Deno == 'object' && Deno && typeof Deno.version == 'object'; |
Note:
See TracBrowser
for help on using the repository browser.