react-esm
Version:
React is a JavaScript library for building user interfaces.
9 lines • 307 B
JavaScript
/**
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
*
*/
export const canUseDOM = !!(typeof window !== 'undefined' && window.document && window.document.createElement);