fchat-rising/index.d.ts

9 lines
180 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;
}