2 lines
137 B
TypeScript
Raw Permalink Normal View History

2025-09-05 14:59:21 +08:00
export default function toSource(object: unknown, replacer?: (a: any) => any, indent?: false | string, startingIndent?: string): string;