mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Fix tslint errors
This commit is contained in:
3
es-collections.d.ts
vendored
3
es-collections.d.ts
vendored
@@ -1,7 +1,10 @@
|
|||||||
|
/* tslint:disable */
|
||||||
/////////////////////////////
|
/////////////////////////////
|
||||||
/// IE11 ECMAScript Extensions
|
/// IE11 ECMAScript Extensions
|
||||||
/////////////////////////////
|
/////////////////////////////
|
||||||
|
|
||||||
|
interface List<T> extends Array<T> {}
|
||||||
|
|
||||||
interface Map<K, V> {
|
interface Map<K, V> {
|
||||||
clear(): void;
|
clear(): void;
|
||||||
delete(key: K): boolean;
|
delete(key: K): boolean;
|
||||||
|
|||||||
1
es6-promise.d.ts
vendored
1
es6-promise.d.ts
vendored
@@ -1,3 +1,4 @@
|
|||||||
|
/* tslint:disable */
|
||||||
// Type definitions for es6-promise
|
// Type definitions for es6-promise
|
||||||
// Project: https://github.com/jakearchibald/ES6-Promise
|
// Project: https://github.com/jakearchibald/ES6-Promise
|
||||||
// Definitions by: François de Campredon <https://github.com/fdecampredon/>
|
// Definitions by: François de Campredon <https://github.com/fdecampredon/>
|
||||||
|
|||||||
Reference in New Issue
Block a user