保誠-保戶業務員媒合平台
HelenHuang
2022-06-09 9bdb95c9e34cef640534e5e5a1e2225a80442000
PAMapp/node_modules/es-abstract/2021/IsUnclampedIntegerElementType.js
@@ -4,9 +4,9 @@
module.exports = function IsUnclampedIntegerElementType(type) {
   return type === 'Int8'
        || type === 'Uint8'
        || type === 'Int16'
        || type === 'Uint16'
        || type === 'Int32'
        || type === 'Uint32';
      || type === 'Uint8'
      || type === 'Int16'
      || type === 'Uint16'
      || type === 'Int32'
      || type === 'Uint32';
};