UNPKG

@primer/react

Version:

An implementation of GitHub's Primer Design System using React

7 lines (6 loc) 252 B
/** * Indicate whether current execution environment can access the DOM. * * @see https://github.com/facebook/fbjs/blob/4d1751311d3f67af2dcce2e40df8512a23c7b9c6/packages/fbjs/src/core/ExecutionEnvironment.js#L12 */ export const canUseDOM: boolean;