1.0.3 • Published 3 years ago

tbe-es v1.0.3

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

Tbe

NPM version Size License

Tbe is a javascript tools for Node.js 、Browsers

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'));
1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago