fuwari/src/files.d.ts
L4Ph 197d524b53
feat: add FrontMatter CMS, biome, translation, etc.
* add Frontmatter CMS

* add biome

* update

* update

* fixed & add docs

* fix translation.ts

* fix translation
2024-01-21 12:54:41 +08:00

5 lines
73 B
TypeScript

declare module '*.yml' {
const value: unknown
export default value
}