Skip to content

Latest commit

Β 

History

History
39 lines (38 loc) Β· 1.63 KB

File metadata and controls

39 lines (38 loc) Β· 1.63 KB


🧰

@mochen/yuumi


npm package CircleCI master npm downloads

npm i @mochen/yuumi


  • Parser/Formatter
    • queries β€” Parse url query to JSON object or stringify JSON object to url query.
    • filenames β€” Split filename to name and extions.
    • bytes β€” Transform bytes number to readable string.
    • dates β€” Convert date or date string to specified format.
  • Side-Effects
    • cookies β€” Operation cookies in broswer.
  • Functional
    • once β€” Return a function only can run noce.
    • poll β€” Repeat run function until return true.