mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-10 11:40:16 +08:00
Update readme and metadata in several definition files
This commit is contained in:
+6
@@ -1,3 +1,9 @@
|
||||
// Type definitions for knockout-postbox
|
||||
// Project: https://github.com/rniemeyer/knockout-postbox
|
||||
// Definitions by: Judah Gabriel <https://github.com/JudahGabriel>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
|
||||
interface KnockoutPostBox {
|
||||
subscribe: (topic: string, handler: (value) => void, target?: any) => KnockoutObservableAny;
|
||||
publish: (topic: string, value?: any) => KnockoutObservableAny;
|
||||
|
||||
Reference in New Issue
Block a user