1.0.15 • Published 4 years ago

xf-tools v1.0.15

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

工具函数集合

总结了自己工作中一些常用的工具函数,方便使用

安装

 npm install xf-tools  or yarn add xf-tools

使用

import Tools from 'xf-tools'

 默认从Tools下引入默认方法

 or

 import {xxx} from 'xf-tools'  // xxx: 方法名

example

console.log(Tools.formatDate(new Date(1632643437144)), "yyyy-MM-dd");

// 打印格式化后的时间

API

1.0.15

4 years ago

1.0.14

4 years ago

1.0.13

4 years ago

1.0.9

4 years ago

1.0.7

4 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.12

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago