获取给定数据的类型
npm install z-gettypeof
shell npm i z-gettypeof
js import getTypeOf from "z-gettypeof"; getTypeOf("hello"); // string getTypeOf(123); // number