Appearance
function canUseDom(): boolean;
Returns true if the DOM is available (browser with a functional document).
true
boolean
canUseDom() // true in browser environments
1.0.0