Skip to content

Latest commit

 

History

History
39 lines (38 loc) · 1.63 KB

README.md

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.