fchat-rising/index.d.ts

9 lines
180 B
TypeScript

declare module "!!raw-loader!*" {
const content: string;
export default content;
}
declare module "any-ascii" {
export default function anyAscii(s: string): string;
}