mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Merge pull request #8302 from adamk33n3r/master
P2 module not in quotes
This commit is contained in:
Vendored
+4
@@ -3,6 +3,10 @@
|
||||
// Definitions by: Clark Stevenson <https://github.com/clark-stevenson>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
declare module "p2" {
|
||||
export = p2;
|
||||
}
|
||||
|
||||
declare module p2 {
|
||||
|
||||
export class AABB {
|
||||
|
||||
Reference in New Issue
Block a user