dialog.wxs 68 B

123
  1. module.exports.getTypeof = function (obj) {
  2. return typeof obj;
  3. };