mirror of
https://github.com/photonstorm/phaser
synced 2025-02-16 22:18:29 +00:00
Merge pull request #2255 from PixelWaffles/fix-ts-d-export
Fix issue with typescript module import/require.
This commit is contained in:
commit
1f664af97c
1 changed files with 3 additions and 0 deletions
3
typescript/phaser.d.ts
vendored
3
typescript/phaser.d.ts
vendored
|
@ -3,6 +3,9 @@
|
|||
|
||||
// Type definitions for Phaser 2.4.4+ 2015-Sep-10
|
||||
// Project: https://github.com/photonstorm/phaser
|
||||
declare module "phaser" {
|
||||
export = Phaser;
|
||||
}
|
||||
|
||||
declare class Phaser {
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue