mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Added comment headers and version
This commit is contained in:
+5
@@ -1,3 +1,8 @@
|
||||
// Type definitions for SockJS 0.3.x
|
||||
// Project: https://github.com/sockjs/sockjs-client
|
||||
// Definitions by: Emil Ivanov <https://github.com/vladev>
|
||||
// DefinitelyTyped: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
interface SockJSSimpleEvent {
|
||||
type: string;
|
||||
toString(): string;
|
||||
Reference in New Issue
Block a user