Skip to content

Instantly share code, notes, and snippets.

View NimaiMalle's full-sized avatar

Nimai Malle NimaiMalle

View GitHub Profile
@MichaelFedora
MichaelFedora / playcanvas-stable.d.ts
Last active December 29, 2017 14:20
PlayCanvas Engine Typings (wip). Use it by downloading and placing both this and `playcanvas-stable.js` in the same directory.
/**
* PlayCanvas Engine Typings
*
* Use it by downloading and placing both this and `playcanvas-stable.js` in the same directory.
*
* (c) 2017 Michael Fedora (michaelfedora.github.io)
* Licensed under MIT.
*/
type DomKeyboardEvent = KeyboardEvent;