Skip to content

imochen/yuumi

Repository files navigation


🧰

@mochen/yuumi


npm package CircleCI master npm downloads

npm i @mochen/yuumi


  • Parser
    • queries — Parse url query to object, stringify object to url query.
    • filenames — Split filename to name and extions.
  • Formatter
    • bytes — Transform bytes to readable string.

Usage

Yuumi is an ES6 module with better supported for Typescript, Include some usefull Lite Function without any other module dependencies.

import queries from '@mochen/yuumi/queries';

OR

import { queries } from '@mochen/yuumi';