hookable:等待的钩子

时间:2024-05-28 10:50:35
【文件属性】:

文件名称:hookable:等待的钩子

文件大小:145KB

文件格式:ZIP

更新时间:2024-05-28 10:50:35

hook node tappable tapable hookable

可钩 Node.js和浏览器的等待挂钩 安装 使用纱: yarn add hookable 使用npm: npm install hookable 用法 从Hookable扩展基类: import Hookable from 'hookable' export default class Foo extends Hookable { constructor ( ) { // Call to parent to initialize super ( ) // Initialize Hookable with custom logger // super(consola) } async someFunction ( ) { // Call and wait for `hook1` hooks (if any) sequential


【文件预览】:
hookable-master
----.eslintrc(62B)
----renovate.json(127B)
----package.json(1KB)
----.github()
--------workflows()
----test()
--------hookable.test.ts(8KB)
----jest.config.js(93B)
----src()
--------utils.ts(1KB)
--------hookable.ts(3KB)
--------types.ts(473B)
----tsconfig.json(194B)
----LICENSE.md(1KB)
----.gitignore(40B)
----CHANGELOG.md(6KB)
----README.md(5KB)
----yarn.lock(354KB)
----.eslintignore(5B)
----.editorconfig(207B)

网友评论