mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-10 11:40:16 +08:00
added/fixed headers o-s
https://github.com/borisyankov/DefinitelyTyped/issues/1570
This commit is contained in:
Vendored
+4
-1
@@ -1,4 +1,7 @@
|
||||
// Type definitions for PubSubJS 1.3.5
|
||||
// Project: https://github.com/mroderick/PubSubJS
|
||||
// Definitions by: Boris Yankov <https://github.com/borisyankov/>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
declare module PubSubJS {
|
||||
interface Base extends Publish, Subscribe, Unsubscribe {
|
||||
@@ -24,4 +27,4 @@ declare module PubSubJS {
|
||||
}
|
||||
}
|
||||
|
||||
declare var PubSub: PubSubJS.Base;
|
||||
declare var PubSub: PubSubJS.Base;
|
||||
|
||||
Reference in New Issue
Block a user