UNPKG

144 BTypeScriptView Raw
1/**
2 * Turn a value into the JavaScript that creates an equivalent value
3 * @param {any} value
4 */
5export function devalue(value: any): string;