cell-hookable

v1.0.2
> 支持异步回调的hooks支持库

test

jest

prebuild

rimraf ./tjs && tsc -p tsconfig.json -m ESNext

build:esm

rimraf ./esm && rollup -f esm -c rollup.config.js -d ./esm

build:cjs

rimraf ./cjs && rollup -f cjs -c rollup.config.js -d ./cjs

build

npm run build:esm && npm run build:cjs

prepublishOnly

npm run test && npm run build
npm i cell-hookable

Metadata

  • ISC
  • Whatever
  • Unknown
  • released 5/20/2022

Downloads

Maintainers