mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-28 17:35:49 +08:00
Update readme and metadata in several definition files
This commit is contained in:
6
knockout.postbox/knockout-postbox.d.ts
vendored
6
knockout.postbox/knockout-postbox.d.ts
vendored
@@ -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