The captcha solver made by and for japanese high school girls!
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

17 lines
290 B

declare const execution_mode: string;
declare const chrome: any;
declare module '*.bin' {
const df: Uint8Array;
export default df;
}
declare module '*.wasm' {
const df: Uint8Array;
export default df;
}
declare module '*.json' {
const df: any;
export default df;
}