2025-09-05 14:59:21 +08:00

2 lines
137 B
TypeScript

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