| 504 | // Define your own functions |
| 505 | declare module "knockout" { |
| 506 | export interface SubscribableFunctions<T> { |
| 507 | publishOn(topic: string): this; |
| 508 | subscribeTo(topic: string): this; |
| 509 | } |
| 510 | |
| 511 | export interface BindingHandlers { |
| 512 | isolatedOptions: BindingHandler; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…