0.3.1 • Published 10 months ago

@godgiven/fetch v0.3.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
10 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.1

10 months ago