6 lines
129 B
TypeScript
Executable File
6 lines
129 B
TypeScript
Executable File
import { ToString } from "./types";
|
|
/**
|
|
* Transform an object into a string.
|
|
*/
|
|
export declare const objectToString: ToString;
|