Files
quinn-wx/components/dialog/dialog.wxs
2022-12-14 19:39:14 +08:00

4 lines
68 B
XML

module.exports.getTypeof = function (obj) {
return typeof obj;
};