UNPKG

helene

Version:
6 lines (5 loc) 175 B
export type StringifyOptions = { indent?: boolean | number; canonical?: boolean; }; export declare const stringify: (item: any, options?: StringifyOptions) => string;