UNPKG

78 BTypeScriptView Raw
1declare function devalue(value: any): string;
2
3export { devalue as default };