1.2.0 • Published 4 years ago

@burst/can-use-dom v1.2.0

Weekly downloads
29
License
MIT
Repository
gitlab
Last release
4 years ago

@burst/can-use-dom

Check if user can use DOM

installation

npm i @burst/can-use-dom

Example

import { canUseDOM } from '@burst/canUseDOM';

if (canUseDOM()) {
  gsap.registerPlugin(ScrollToPlugin);
}
1.2.0

4 years ago

1.1.0

4 years ago

1.0.5

5 years ago

1.0.4

5 years ago