fchat-rising/index.d.ts

13 lines
217 B
TypeScript
Raw Normal View History

2020-04-05 13:29:43 -05:00
declare module "!!raw-loader!*" {
const content: string;
export default content;
}
2020-10-24 14:43:35 -05:00
declare module "any-ascii" {
export default function anyAscii(s: string): string;
}
2022-12-24 21:44:55 -08:00
declare module 'vue-input-tag' {
}