UNPKG

nodejs-order-book

Version:

Node.js Lmit Order Book for high-frequency trading (HFT).

3 lines (2 loc) 131 B
export declare const safeStringify: (value: any) => string | null; export declare const safeParse: <T>(value: string) => T | null;