# bt-utils

> bt utils

Latest version **1.1.5** (published 2017-07-31) · ISC license · 0 weekly downloads

## Install

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

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.1.5 |
| Published | 2017-07-31 |
| First published | 2017-05-26 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 3 |
| Known vulnerabilities | 0 (+25 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 2 |
| Author | Paul Everitt |
| Maintainers | sp5i5s |

## Links

- npm: https://www.npmjs.com/package/bt-utils
- Repository: https://github.com/sp5i5s/bt-utils
- Homepage: https://github.com/sp5i5s
- Issues: https://github.com/sp5i5s/bt-utils
- npm.io page: https://npm.io/package/bt-utils

## Dependencies (3)

- [cnpm](https://npm.io/package/cnpm.md) ^4.5.0
- [axios](https://npm.io/package/axios.md) ^0.16.1
- [install](https://npm.io/package/install.md) ^0.10.1

## Recent versions

- 1.1.5 (latest) — 2017-07-31
- 1.1.4 — 2017-07-31
- 1.1.3 — 2017-07-03
- 1.1.2 — 2017-06-27
- 1.1.1 — 2017-06-27
- 1.1.0 — 2017-06-23
- 1.0.9 — 2017-06-23
- 1.0.8 — 2017-06-22
- 1.0.7 — 2017-06-22
- 1.0.6 — 2017-06-22
- 1.0.5 — 2017-06-16
- 1.0.4 — 2017-06-12
- 1.0.3 — 2017-06-06
- 1.0.2 — 2017-06-06
- 1.0.1 — 2017-05-27
- … 1 more at https://npm.io/package/bt-utils/versions

## README

### BT工具类库，部分依赖layer和axios
#### 安装
>     npm|cnpm install bt-utils
#### 使用
> 1. window.bt.https,支持get,post.put,delete<br>
> 2. window.bt.string,全局String校验，比如"test".is_empty(),"test".is_mobile();<br>
> 3. window.bt.array,数组操作类，常规去重、指定键与值返回实体<br>
> 4. window.bt.msg,全局消息，依赖layer插件，bt.msg.show('txt'),bt.msg.loading();<br>
> 5. window.bt.event,事件方法，bt.event.add(object,event_name,handle),bt.event.remove
> 6. window.bt.uri,URL处理类,获取当前URI或根据URL分解query
> 7. window.bt.window,窗口操作对象，获取当前窗体的宽高和访问设备
> 8. window.bt.object,对象操作类
> 9. window.bt.other,其他

具体可bt.log(bt)查看所有内容

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