mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Keep global def available
This commit is contained in:
parent
3a8a48a046
commit
d0dba7e753
4
p2/p2.d.ts
vendored
4
p2/p2.d.ts
vendored
@ -4,6 +4,10 @@
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
declare module "p2" {
|
||||
export = p2;
|
||||
}
|
||||
|
||||
declare module p2 {
|
||||
|
||||
export class AABB {
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user