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.
demoncord-rewrite/src/global.d.ts

39 lines
688 B

interface Nest<Schema> {
ghost: Schema,
store: Schema,
on: (event: string, callback: (eve: string, { path, value }: { path: string[] | string, value: any }) => void) => void,
get: any,
set: any,
delete: any,
update: any,
listeners: any,
once: any,
off: any,
emit: any
}
type DemonGlobal = {
summon: (mod: string) => any
}
const demon: DemonGlobal
interface Window {
demon: DemonGlobal
beelzejuice: Uint8Array[]
webpackChunkdiscord_app: any
webpackJsonp: (thing1: [], thing2: [(mod: any, _exports: any, req: any) => void]) => any
}
namespace JSX {
interface IntrinsicElements {
hr: any
svg: any
path: any
div: any
label: any
span: any
}
}
const _: any