@hoppscotch/httpsnippet
Version:
HTTP Request snippet generator for *most* languages
9 lines • 365 B
TypeScript
/**
* Create a valid Rust string of a literal value using serde_json according to its type.
*
* @param {*} value Any Javascript literal
* @param {Object} opts Target options
* @return {string}
*/
export declare const literalRepresentation: (value: any, opts: Record<string, any>, indentLevel?: number | undefined) => any;
//# sourceMappingURL=helpers.d.ts.map