mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-07 02:22:52 +00:00
2 lines
138 B
TypeScript
2 lines
138 B
TypeScript
export default function toSource(object: unknown, replacer?: (a: any) => any, indent?: false | string, startingIndent?: string): string;
|