# ph-evt

> eventemitter

Latest version **1.0.0** (published 2021-08-23) · 0 weekly downloads

## Install

```sh
npm install ph-evt
pnpm add ph-evt
yarn add ph-evt
bun add ph-evt
```

## 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.0.0 |
| Published | 2021-08-23 |
| First published | 2021-08-23 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 1.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | phoeon |

## Links

- npm: https://www.npmjs.com/package/ph-evt
- npm.io page: https://npm.io/package/ph-evt

## Recent versions

- 1.0.0 (latest) — 2021-08-23

## README

# 🚀 Welcome to your new awesome project!

This project has been created using **webpack-cli**, you can now run

```
npm i phevt
```

usage

```
import PhEvt from 'phevt'
//接口介绍
interface PhEvt{
    on(e:string,fn)=>void
    once(e:string,fn)=>void
    off(e:string,fn?)=>void
    emit(e:string,...args:any)=>void
}
```

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