npm scripts for typechecking public .d.ts-es and running tslint (#2934)

* npm scripts for typechecking public .d.ts-es and running tslint

* Update test.ts
This commit is contained in:
Panayot Cankov
2016-10-27 15:18:54 +03:00
committed by Vladimir Enchev
parent fd23197851
commit 05cd636fc8
20 changed files with 42 additions and 23 deletions

View File

@ -9,4 +9,3 @@ export declare function getNativeColor(button: buttonModule.Button): colorModule
export declare function getNativeBackgroundColor(button: buttonModule.Button): colorModule.Color;
export declare function getNativeTextAlignment(button: buttonModule.Button): string;
export declare function performNativeClick(button: buttonModule.Button): void;