mirror of
https://github.com/datahub-project/datahub.git
synced 2025-10-19 12:53:28 +00:00
opts in to Ember array prototypal extensions
This commit is contained in:
parent
ef64ffbd7e
commit
4f2f16a191
6
wherehows-web/app/typings/global-plugin.d.ts
vendored
Normal file
6
wherehows-web/app/typings/global-plugin.d.ts
vendored
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
import Ember from 'ember';
|
||||||
|
|
||||||
|
// opt-in to allow types for Ember Array Prototype extensions
|
||||||
|
declare global {
|
||||||
|
interface Array<T> extends Ember.ArrayPrototypeExtensions<T> {}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user