mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 13:00:19 +00:00
renamed module from eqjs to eq due to unit tests failing error TS2300: Duplicate identifier 'eqjs'
This commit is contained in:
Vendored
+2
-2
@@ -3,14 +3,14 @@
|
||||
// Definitions by: Stephen Lautier <https://github.com/stephenlautier>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
declare var eqjs: eqjs.EqjsStatic;
|
||||
declare var eqjs: eq.EqjsStatic;
|
||||
|
||||
// Support AMD require
|
||||
declare module 'eqjs' {
|
||||
export = eqjs;
|
||||
}
|
||||
|
||||
declare module eqjs {
|
||||
declare module eq {
|
||||
type AvailableElementType = HTMLElement|HTMLElement[]|NodeList|JQuery;
|
||||
|
||||
interface EqjsStatic {
|
||||
|
||||
Reference in New Issue
Block a user