4 lines
68 B
Plaintext
4 lines
68 B
Plaintext
|
module.exports.getTypeof = function (obj) {
|
||
|
return typeof obj;
|
||
|
};
|