mirror of
https://github.com/muerwre/vk-tg-bot.git
synced 2025-04-25 06:56:40 +07:00
3 lines
89 B
TypeScript
3 lines
89 B
TypeScript
declare module "js-yaml" {
|
|
let load: <T extends Record<any, any>>(path: string) => T
|
|
}
|