UNPKG

corde

Version:

A simple library for Discord bot tests

10 lines (9 loc) 227 B
/** * Binder of pretty-format. * * @see https://github.com/facebook/jest/tree/master/packages/pretty-format * @param value Data to be formated. * * @internal */ export declare function formatObject<T>(value: T): string;