Files
Romhack-Plaza---WordPress-P…/ts/globals.d.ts

6 lines
268 B
TypeScript

/// <reference types="jquery" />
declare const $: any;
declare const jQuery: any;
/// <reference types="romhackplaza" />
declare function romhackplaza_manage_modal( a: object, b: string|undefined, c: string|undefined, d: string|undefined, e: string|undefined ): void;