water_xcx/miniprogram_npm/tdesign-miniprogram/dialog/dialog.wxs

4 lines
68 B
Plaintext
Raw Normal View History

2025-04-15 15:44:51 +08:00
module.exports.getTypeof = function (obj) {
return typeof obj;
};