# types-utils

> 收集一些常用工具

Latest version **0.0.2** (published 2022-02-15) · MIT license · 0 weekly downloads

## Install

```sh
npm install types-utils
pnpm add types-utils
yarn add types-utils
bun add types-utils
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.2 |
| Published | 2022-02-15 |
| First published | 2022-02-15 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 23.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Ben |
| Maintainers | benben2019 |
| Keywords | utils |

## Links

- npm: https://www.npmjs.com/package/types-utils
- Repository: https://github.com/LiyumingBen/types-utils
- Issues: https://github.com/LiyumingBen/types-utils/issues
- npm.io page: https://npm.io/package/types-utils

## Recent versions

- 0.0.2 (latest) — 2022-02-15
- 0.0.1 — 2022-02-15

## README

## Use  

### install 
```
npm install types-utils --save  

```  

###  use

```
import { debounce } from "types-utils";
```  

## API 暴露出来的函数 
    exports.debounce = debounce;
	exports.deepClone = deepClone;
	exports.digitUppercase = digitUppercase;
	exports.fistLetterUpper = fistLetterUpper;
	exports.flatten = flatten;
	exports.is = is;
	exports.isArray = isArray;
	exports.isDate = isDate;
	exports.isDevice = isDevice;
	exports.isEmail = isEmail;
	exports.isEmojiCharacter = isEmojiCharacter;
	exports.isError = isError;
	exports.isFunction = isFunction;
	exports.isMobile = isMobile;
	exports.isNull = isNull;
	exports.isNumber = isNumber;
	exports.isPhone = isPhone;
	exports.isPromise = isPromise;
	exports.isRegExp = isRegExp;
	exports.isSet = isSet;
	exports.isString = isString;
	exports.isSymbol = isSymbol;
	exports.isURL = isURL;
	exports.isUndefined = isUndefined;
	exports.isWeiXin = isWeiXin;
	exports.numberToChinese = numberToChinese;
	exports.osType = osType;
	exports.randomString = randomString;
	exports.telFormat = telFormat;
	exports.throttle = throttle;

    注意： 入参和出参见(node_modules/types-utils/src/index.js)

---
_Source: https://npm.io/package/types-utils · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
