SNAPKITTYWEST's picture
push from SNAPKITTYWEST/agentscope-sift
a5d718a verified
Raw
History Blame Contribute Delete
120 Bytes
declare function quote(s: string): string;
declare namespace quote {
var code: string;
}
export default quote;