2.0.0 • Published 4 years ago

tbe v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

Tbe

NPM version Size License

Tbe is a javascript tools for Node.js

Usage

Just install tbe and use it like any other npm utility modules such as lodash.

tbe

npm i tbe --save
const dateFormat = require('tbe/dateFormat');

console.log(dateFormat('yyyy-mm-dd HH:MM:ss')); // => 2022-11-26 23:38:49

tbe-es

npm i tbe-es --save
import { dateFormat } from 'tbe-es';

console.log(dateFormat('yyyy-mm-dd HH:MM:ss'));
2.0.0

4 years ago

2.0.0-beta2

4 years ago

2.0.0-beta1

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago