DefinitelyTyped/elastic.js
Oleksii Trekhleb 756433aeb4 Fix elastic.js typings. Adding module and namespace exports. (#14152)
* Fix elastic.js typings namespace from 'elasticjs' to 'elastic.js'.

 This will allow using 'import' statement against elastic.js like so:
 import * as elasticjs from 'elastic.js';

 This also makes using this typings to be TSlint "no-var-require" rule compliant.

* Export elasticjs namespace.
2017-01-21 14:58:37 -08:00
..
elastic.js-tests.ts Fix elastic.js typings. Adding module and namespace exports. (#14152) 2017-01-21 14:58:37 -08:00
index.d.ts Fix elastic.js typings. Adding module and namespace exports. (#14152) 2017-01-21 14:58:37 -08:00
tsconfig.json Use "lib" in tsconfigs instead of "target". (#13968) 2017-01-18 07:51:51 -08:00