npm.io
1.0.0 • Published 5 years ago

ph-evt

Licence
Version
1.0.0
Deps
0
Size
2 kB
Vulns
0
Weekly
0

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
}