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

2.0.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i tbe

Weekly Downloads

4

Version

2.0.0

License

MIT

Unpacked Size

456 kB

Total Files

773

Last publish

Collaborators

  • uv-w