// Type definitions for knockout.punches 0.5.1 // Project: https://github.com/mbest/knockout.punches // Definitions by: Stephen Lautier // Definitions: https://github.com/borisyankov/DefinitelyTyped /// interface KnockoutPunchesStatic { enableAll(): void; } interface KnockoutStatic { punches: KnockoutPunchesStatic; } declare module "knockout.punches" { export = punches; } declare var punches: KnockoutPunchesStatic;