UNPKG

@unibeautify/beautifier-sqlformat

Version:
9 lines (8 loc) 275 B
/** * Wraps a string in a marker object that is used by `./raw-serializer.js` to * directly print that string in a snapshot without escaping all double quotes. * Backticks will still be escaped. */ export declare function raw(text: string): { [x: string]: string; };