@blivesta/util-can-use-dom
v0.3.0
Published
Just a small JavaScript utilities
Downloads
7
Readme
@blivesta/util-can-use-dom
Install
yarn add @blivesta/util-can-use-dom
Usage
import { canUseDom } from '@blivesta/canUseDom'
if (canUseDom ? document : null) {
// Your Scripts
}
License
Released under the MIT license.