mirror of
https://github.com/donl/plivo-node.git
synced 2026-05-26 06:12:28 -06:00
7 lines
302 B
TypeScript
7 lines
302 B
TypeScript
export default Flatted;
|
|
export function parse(text: any, reviver: any): any;
|
|
export function stringify(value: any, replacer: any, space: any): string;
|
|
declare namespace Flatted {
|
|
function parse(text: any, reviver: any): any;
|
|
function stringify(value: any, replacer: any, space: any): string;
|
|
}
|