2 lines
137 B
TypeScript
2 lines
137 B
TypeScript
export default function toSource(object: unknown, replacer?: (a: any) => any, indent?: false | string, startingIndent?: string): string;
|