tbe-es
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i tbe-es

Weekly Downloads

1

Version

1.0.3

License

MIT

Unpacked Size

558 kB

Total Files

895

Last publish

Collaborators

  • uv-w