mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
added knockout.punches-tests + headers to type definitions
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
/// <reference path="../knockout.punches/knockout.punches.d.ts" />
|
||||
|
||||
|
||||
function test_enable() {
|
||||
|
||||
ko.punches.enableAll();
|
||||
|
||||
}
|
||||
+8
-1
@@ -1,4 +1,11 @@
|
||||
interface KnockoutPunchesStatic {
|
||||
// Type definitions for knockout.punches 0.5.1
|
||||
// Project: https://github.com/mbest/knockout.punches
|
||||
// Definitions by: Stephen Lautier <https://github.com/johnnyreilly>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
/// <reference path="../knockout/knockout.d.ts" />
|
||||
|
||||
interface KnockoutPunchesStatic {
|
||||
enableAll(): void;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user