hfxbus
Version:
Redis backed high frequency exchange bus
8 lines (7 loc) • 339 B
TypeScript
export declare const HFXBUS_ID_SIZE = 16;
export declare const DISTRIBUTED_ROUTING: unique symbol;
export declare const withValue: (object: any, property: string, value: any) => boolean;
export declare const setErrorKind: <T extends Error>(error: T, kind: string) => T & {
code?: string | undefined;
errno?: string | undefined;
};