smth

Adds something to your global

Usage no npm install needed!

<script type="module">
  import smth from 'https://cdn.skypack.dev/smth';
</script>

README

Something.js

Adds something to your window

Something.js adds something variable that equals different window properties every time you try to get its value.

Usage

<script src="something.js"></script>

And now just use something!

console.log(typeof something) //'function'
console.log(typeof something) //'object'
console.log(typeof something) //'boolean'
console.log(typeof something) //'object'
console.log(typeof something) //'null'

You can compare your variables with something:

if(myVariable === something){
  //...your code
}