1.1.5 • Published 12 months ago

@fujica/utils v1.1.5

Weekly downloads
-
License
ISC
Repository
github
Last release
12 months ago

Introduction

image

A modern JavaScript/Typescript utility library

Utils

基础部分

namedescription               test
Calc📌 高精度四则运算 
typeOf📌 js类型判定  
PadZero📌 小于十的数字补0  

业务部分

namedescription               test
Reg📌 常用正则校验(手机,姓名,身份证等...) 
Format📌 常用格式化(金额,时间等...) 
DICT_CODE📌 常用字典编号 
WebSocket📌 支持心跳包的Websocket类 

Docs 📖

详细用法见文档 https://fujicafe.github.io/utils/modules.html

GIT https://github.com/fujicaFE/utils

本地调试 - 软链 工具库目录下执行 npm run build & npm link 项目目录下执行npm link @fujica/utils

How to use

npm install @fujica/utils
import { typeOf } from "@fujica/utils"
console.log(typeOf("123")) // String
1.1.1

1 year ago

1.1.0

1 year ago

1.1.5

12 months ago

1.1.4

1 year ago

1.1.3

1 year ago

1.1.2

1 year ago

1.1.0-0

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago