mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-09 23:24:31 +00:00
Because it conficts with commonjs.
See http://wiki.commonjs.org/wiki/Modules/1.1:
> In a module, there must be a free variable "module", that is an Object.
Also see the existing `module` declaration on:
27e02d6674/node/node.d.ts (L61)
Workaround is to use `angular.mock.module` instead of `module`.
Closes #2072