UNPKG

rhea

Version:

reactive AMQP 1.0 library

10 lines (7 loc) 160 B
/// <reference types="node" /> import * as types from "./types"; export interface filter { selector: (s: string) => { [x: string] : types.Typed; }; }