mirror of
https://github.com/saicaca/fuwari.git
synced 2025-03-13 23:24:42 +08:00

* add Frontmatter CMS * add biome * update * update * fixed & add docs * fix translation.ts * fix translation
5 lines
73 B
TypeScript
5 lines
73 B
TypeScript
declare module '*.yml' {
|
|
const value: unknown
|
|
export default value
|
|
}
|