Valerii
Results
1
comments of
Valerii
type should be ``` declare function stringify(obj: any, options?: stringify.Options | stringify.Comparator): string; declare namespace stringify { interface Options { cmp?: (a: CompareDescriptor, b: CompareDescriptor) => number; cycles?: boolean; }...