index.js 410 B

1234567891011121314151617181920212223242526
  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. } from './Commonutils'