check js data type
npm install the-type-is
bash const TypeIs = require("the-type-is");
bash TypeIs("Hello") \\ string TypeIs(46) \\ number TypeIs(null) \\ object ...