ps-toolkit-ui 1.16.55 → 1.16.56

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1304,7 +1304,7 @@
1304
1304
  };
1305
1305
  HelperClass.shebaValid = function (str) {
1306
1306
  var pattern = /IR[0-9]{24}/;
1307
- if (!str.startWith('IR')) {
1307
+ if (!str.startsWith('IR')) {
1308
1308
  str = 'IR' + str;
1309
1309
  }
1310
1310
  if (str.length !== 26) {