0.4.0 • Published 5 months ago

@godgiven/signal v0.4.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
5 months ago

@godgiven/signal

A library for communicate packages with together. you can install signal with:

yarn add @godgiven/signal

Uses

import { dispatchSignal } from '@godgiven/signal';

declare global
{
  interface SignalList
  {
    readonly test: string;
  }
}

void dispatchSignal('test', 'Every thing is ok');

console.log(getSignalValue('test') ?? 'Every thing is bad');
0.3.0

10 months ago

0.4.0

5 months ago

0.3.1

10 months ago

0.2.3

1 year ago

0.2.4

1 year ago

0.2.2

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago