mirror of
https://github.com/saicaca/fuwari.git
synced 2025-01-19 19:29:18 +08:00
124843848f
(cherry picked from commit 44c4d7b9521fe449e61edc614446195861932f8c)
4 lines
74 B
TypeScript
4 lines
74 B
TypeScript
declare module "*.yml" {
|
|
const value: any;
|
|
export default value;
|
|
} |