UNPKG

node-jet

Version:

Jet Realtime Message Bus for the Web. Daemon and Peer implementation.

5 lines (4 loc) 186 B
import type { ValueRule, ValueType } from '../types.js'; export declare const create: (options: { value?: Record<string, ValueRule>; }) => (value: ValueType | undefined) => boolean;