1
0
Fork 0
mirror of https://github.com/muerwre/vk-tg-bot.git synced 2025-04-24 22:46:41 +07:00
vk-tg-bot/custom.d.ts
Fedor Katurov ddefc2743a initial
2021-04-07 17:33:36 +07:00

3 lines
89 B
TypeScript

declare module "js-yaml" {
let load: <T extends Record<any, any>>(path: string) => T
}