0.4.0 • Published 2 years ago

@godgiven/signal v0.4.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years 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

2 years ago

0.4.0

2 years ago

0.3.1

2 years ago

0.2.3

3 years ago

0.2.4

3 years ago

0.2.2

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago