Files
DefinitelyTyped/moment
Holger Stitz e919f89ae6 Merge content from moment-node.d.ts into moment.d.ts (#10805)
* Merged moment-node.d.ts into moment.d.ts

Installing moment typings using the following typings.json

```
{
  "globalDependencies": {
    "moment": "registry:dt/moment"
  }
}
```

results in the TypeScript error `Error:(3, 21) TS2503: Cannot find namespace 'moment'.`, because the auto-generated `index.d.ts` contains only the contant of the `moment.d.ts` file. The referenced file `moment-node.d.ts` is not downloaded.

* Delete moment-node.d.ts
2016-08-29 23:31:56 +09:00
..