* Implemented match, isMath and find
* Added all functions
* Made options optional.
* Added tslint.json and fixed lint errors
* Fixed definition for mapping function
* Fixed issue with strict nulls
* Added definition for lorem-ipsum
* Added namespace to lorem-ipsum to allow ES6 style imports
* 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.
* shelljs: update for after v0.6.0
exec.output was changed to exec.stdout, and missing exec.stderr.
stderr: 74f1ff8748
stdout: 8a7f7ceec4
* shelljs: update testcode
* Implemented match, isMath and find
* Added all functions
* Made options optional.
* Added tslint.json and fixed lint errors
* Fixed definition for mapping function
* Fixed issue with strict nulls
* Added definition for lorem-ipsum
* Implemented match, isMath and find
* Added all functions
* Made options optional.
* Added tslint.json and fixed lint errors
* Fixed definition for mapping function
* Fixed issue with strict nulls
* moved 2.0.0 version of swiper to V2
* updated swiper to 3.4
* added as contributor to swiper
* Added path mapping for itself as old version
* tsconfig corrected types root
beforeClose function in the type definition has no parameters, yet in drop source code (DropInstance class, beforeCloseHandler method) two parameters are passed to this function.
First the JavaScript event object, that triggered the close, and then the drop instance object. The signature was updated to reflect this.
* Fix isomorphic-fetch IHeaders.get signature
According to the specification, get can return null, so this should be explicit, since TS 2.0.
* Remove trailing whitespace
* Fix Lint
* contribution of types for vkbeautify, a prettyprinting lib
* added docs to methods
* now linting
* fixed lint suggestions
* added original project
* fixed export according to review
* added --allowSyntheticDefaultImports to allow export = instead of export default
* namespace unnecessary