imochen / yuumi

Toolkit for js development

Home Page:https://imochen.github.io/yuumi/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


🧰

@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.

About

Toolkit for js development

https://imochen.github.io/yuumi/

License:MIT License


Languages

Language:TypeScript 91.6%Language:JavaScript 8.4%