UNPKG

exenv-es6

Version:

React's ExecutionEnvironment module recreated as ES6 functions

5 lines (4 loc) 106 B
/** * Checks if the DOM is available to access and use */ export declare function canUseDOM(): boolean;