index.js 390 B

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