@magic-zhu/helper
v1.1.1
Published
A modern JavaScript utility library
Downloads
4
Maintainers
Readme
Introduction
一个自己的工具库,封装了项目中使用频率比较高的一些方法
- blobTostring blob对象转成string
How to use
npm install @magic-zhu/helper
import {typeOf} from '@magic-zhu/helper'
console.log(typeOf('133')) //String
docs
https://magic-zhu.github.io/helper/