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

13 lines
275 B

interface Nest<Schema> {
ghost: Schema,
store: Schema,
on: (event: string, callback: (eve: string, { path, value }: { path: string, value: any }) => void) => void
}
declare const demon: {
summon: (mod: string) => any
}
interface Window {
beelzejuice: Uint8Array[]
}