mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-07-04 22:27:19 +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;
|