# mo-tols

> javasript tools

Latest version **0.1.2** (published 2019-10-05) · MIT license · 0 weekly downloads

## Install

```sh
npm install mo-tols
pnpm add mo-tols
yarn add mo-tols
bun add mo-tols
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.2 |
| Published | 2019-10-05 |
| First published | 2019-10-04 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 6.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | 12tall |
| Maintainers | 12tall |
| Keywords | javasrcipt, tools |

## Links

- npm: https://www.npmjs.com/package/mo-tols
- Repository: https://github.com/12Tall/mo-tools
- Homepage: https://github.com/12Tall/mo-tools#readme
- Issues: https://github.com/12Tall/mo-tools/issues
- npm.io page: https://npm.io/package/mo-tols

## Alternatives

- [jsforce](https://npm.io/package/jsforce.md) — 851.2K weekly downloads
- [react-native-qrcode-svg](https://npm.io/package/react-native-qrcode-svg.md) — 693.5K weekly downloads
- [@salesforce/plugin-data](https://npm.io/package/@salesforce/plugin-data.md) — 394.9K weekly downloads
- [@backstage/plugin-search-common](https://npm.io/package/@backstage/plugin-search-common.md) — 308.5K weekly downloads
- [@chain-registry/types](https://npm.io/package/@chain-registry/types.md) — 38.4K weekly downloads

## Recent versions

- 0.1.2 (latest) — 2019-10-05
- 0.1.1 — 2019-10-05
- 0.1.0 — 2019-10-05
- 0.0.1 — 2019-10-04

## README

# mo-tools  

## Usage  

! toString() ==> format()

```js
import moTools from 'mo-tols';

moTools.format.Date();
moTools.format.Number();
var a = 123;
console.log(a.format('####.00'));
// 123.00

```

---
_Source: https://npm.io/package/mo-tols · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
