mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-02 03:19:31 +08:00
3 lines
114 B
Text
3 lines
114 B
Text
import type { Vocabulary } from "../../types";
|
|
declare const unevaluated: Vocabulary;
|
|
export default unevaluated;
|