Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/efureev/mu
JS Utilities Package
https://github.com/efureev/mu
es6 helper js onliner tools ts typescript utilities utils
Last synced: about 2 months ago
JSON representation
JS Utilities Package
- Host: GitHub
- URL: https://github.com/efureev/mu
- Owner: efureev
- License: mit
- Created: 2016-01-20T08:05:03.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-07-22T20:09:08.000Z (6 months ago)
- Last Synced: 2024-10-30T15:54:35.195Z (2 months ago)
- Topics: es6, helper, js, onliner, tools, ts, typescript, utilities, utils
- Language: TypeScript
- Homepage: https://efureev.github.io/mu
- Size: 1.9 MB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
![](https://badgen.net/github/tag/efureev/mu)
![CI: µ](https://github.com/efureev/mu/workflows/CI:%20%C2%B5/badge.svg)
[![Build Status](https://travis-ci.org/efureev/mu.svg?branch=master)](https://travis-ci.org/efureev/mu)
[![Maintainability](https://api.codeclimate.com/v1/badges/0279a1deefdae66f9e66/maintainability)](https://codeclimate.com/github/efureev/mu/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/0279a1deefdae66f9e66/test_coverage)](https://codeclimate.com/github/efureev/mu/test_coverage)
[![codecov](https://codecov.io/gh/efureev/mu/branch/master/graph/badge.svg)](https://codecov.io/gh/efureev/mu)
[![codecov](https://codecov.io/gh/efureev/mu/branch/master/graph/badge.svg)](https://codecov.io/gh/efureev/mu)![](https://badgen.net/github/last-commit/efureev/mu)
![](https://badgen.net/github/dependents-pkg/efureev/mu)
![](https://badgen.net/npm/dependents/@feugene/mu)
![](https://badgen.net/github/commits/efureev/mu)
![](https://badgen.net/badge/ES6%20modules/yes/orange)
![](https://badgen.net/badge/TS/yes/blue)
![](https://badgen.net/npm/dt/@feugene/mu)# µ
> A modern JavaScript collection of utilities designed for modularity & performance without dependencies.
## Install
`yarn add @feugene/mu`
## Links
- [Documentation](https://efureev.github.io/mu)
## Features
- TypeScript
- Bundles for
- ES
- CommonJS
- UMD
- Simple and lightweight## Contents
- Common helpers
- Array helpers
- Date helpers
- Format helpers
- Is-like helpers
- Number helpers
- Object helpers
- String helpers
- Structures
- Transform To
- Other Utils
- Base64
- Etc