object.d.ts 129 Bytes Raw Blame History Permalink 1 2 3 4 5 import { ToString } from "./types"; /** * Transform an object into a string. */ export declare const objectToString: ToString;