No promos here, just my implementation of signals.
Choose your fighter:
npm install @apophatique/signals
yarn add @apophatique/signals
pnpm install @apophatique/signals
deno install jsr:@apophatique/signals
# Run tests
deno task test
# Transpile to JS + D.TS
deno task transpile
# Run publishing in dry mode
deno task dry-run
# Prepare for publishing (does all of the above)
deno task prepare
# Publish to JSR and NPM
deno task publish