UNPKG

stringiful

Version:

Easy to use stringify function with built-in configurable formatters

4 lines 293 B
import { IFormatterConfig, ObjectFormatter } from './interface'; export declare const getFormatters: (formattersConfig: IFormatterConfig[]) => ObjectFormatter[]; export declare const getFormattedObject: (value: Object, formatters: ObjectFormatter[]) => any; //# sourceMappingURL=index.d.ts.map