fchat-rising/index.d.ts

9 lines
180 B
TypeScript
Raw Normal View History

2020-04-05 18:29:43 +00:00
declare module "!!raw-loader!*" {
const content: string;
export default content;
}
2020-10-24 19:43:35 +00:00
declare module "any-ascii" {
export default function anyAscii(s: string): string;
}