index.js 423 B

123456789101112131415161718192021222324252627
  1. export { AnotherTFRequest } from './AnotherTFRequest.js'
  2. export {
  3. fomartNumber,
  4. removeCache,
  5. getUserId,
  6. getStorageUserId,
  7. getStorageKeyToken,
  8. checkWhoami,
  9. useCopy,
  10. handleDebounce,
  11. getRandom,
  12. randomRGB,
  13. timestampToTime,
  14. timeFormatting,
  15. throttle,
  16. isInWx,
  17. isVideoSource,
  18. convertToDecimal,
  19. isSubarray,
  20. tradeOrderNo,
  21. jumpToOtherProject,
  22. isH5InWebview,
  23. isVideo,
  24. saveImg,
  25. getUrlCode
  26. } from './Commonutils'