mirror of
https://github.com/saicaca/fuwari.git
synced 2026-01-11 23:02:53 +01: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
|
|
}
|