mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-09-02 15:20:32 +00:00
logChange is an example of an extension, not part of the standard library. To add extensions, simply extend the interface outside of the definition file:
interface KnockoutExtenders {
logChange(target: KnockoutObservableAny, option: string): KnockoutObservableAny;
}