exenv-es6
TypeScript icon, indicating that this package has built-in type declarations

1.1.1 • Public • Published

exenv-es6

React's ExecutionEnvironment module extracted as ES6 functions. Based on the ExecutionEnviroment module licensed under the MIT license by Facebook, Inc

Package exports

canUseDOM - Checks if the DOM is available to access and use canUseWorkers - Checks if Web Workers are available for use canUseEventListeners - Checks if Event Listeners are available for use canUseViewport - Checks if there is a viewport available

Usage

npm i exenv-es6 --save
import { canUseDOM } from "exenv-es6";

if (canUseDOM()) {
    // do something that requires the dom
}

Inspired by exenv from JedWatson

/exenv-es6/

    Package Sidebar

    Install

    npm i exenv-es6

    Weekly Downloads

    87,118

    Version

    1.1.1

    License

    MIT

    Unpacked Size

    7.17 kB

    Total Files

    15

    Last publish

    Collaborators

    • chrisdholt