UNPKG

ruls

Version:

Typesafe rules engine with JSON encoding

7 lines (6 loc) 172 B
import { type } from './factory'; export type { Signal } from './factory'; export type { SignalSet } from './set'; export declare const signal: { type: typeof type; };