is-unknown
v0.0.1
Published
Check if something is unknown
Downloads
2
Readme
IS UNKNOWN
Checks if the type of a value is unknown.
What it does
It just takes whatever you pass in and checks if its type is "unknown".
Why would you use it
This basically checks if you're using a modded version of V8 Engine in your Node.js that has an unknown type. Just run this on every variable, to see if the nodejs version is modded.
Usage
Just require, then call the function with your value to check if it's unknown.
