Use TypeScript
This commit is contained in:
8
types/dashtab/index.d.ts
vendored
Normal file
8
types/dashtab/index.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
import Ember from 'ember';
|
||||
|
||||
declare global {
|
||||
interface Array<T> extends Ember.ArrayPrototypeExtensions<T> {}
|
||||
// interface Function extends Ember.FunctionPrototypeExtensions {}
|
||||
}
|
||||
|
||||
export {};
|
||||
Reference in New Issue
Block a user