newgrounds-boom
Version:
Newgrounds.io plugin for Kaboom
11 lines (10 loc) • 394 B
TypeScript
//@ts-ignore
import { NewgroundsPlugin } from "newgrounds-boom"
declare global {
const ngConnect: NewgroundsPlugin["ngConnect"]
const ngUnlockMedal: NewgroundsPlugin["ngUnlockMedal"]
const ngPostScore: NewgroundsPlugin["ngPostScore"]
const ngUsername: NewgroundsPlugin["ngUsername"]
const ngVersion: NewgroundsPlugin["ngVersion"]
const ngIsSupporter: NewgroundsPlugin["ngIsSupporter"]
}