mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-25 23:49:13 +08:00
5 lines
115 B
Text
5 lines
115 B
Text
declare function quote(s: string): string;
|
|
declare namespace quote {
|
|
var code: string;
|
|
}
|
|
export default quote;
|