UNPKG

hightable

Version:

A dynamic windowed scrolling table component for react

5 lines (4 loc) 147 B
/** * Robust stringification of any value, including json and bigints. */ export declare function stringify(value: unknown): string | undefined;