blob: 0579dd3c636702ae2a06a8ae56e639b14e4c8d2c [file] [log] [blame]
declare function quote(s: string): string;
declare namespace quote {
var code: string;
}
export default quote;