mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-13 08:57:26 +08:00
* 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.