1.0.15 • Published 3 years ago

xf-tools v1.0.15

Weekly downloads
-
License
MIT
Repository
github
Last release
3 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

3 years ago

1.0.14

3 years ago

1.0.13

3 years ago

1.0.9

3 years ago

1.0.7

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.12

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago