mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-05 20:49:29 +08:00
3 lines
104 B
Text
3 lines
104 B
Text
import type { Vocabulary } from "../../types";
|
|
declare const format: Vocabulary;
|
|
export default format;
|