The documentation gets weird about the API promising to return *some* kind
of value that evaluates to false, even if that might be the number zero.
The original types author expressed that as CouchbaseError | number, but
that makes it seem like the result could be some non-zero number.
I don't know whether the library actually issues callback(0) calls, but to
make it play better with normal callbacks (err?: Error), we will act as if
it uses null instead of zero.
* Add Firehose to aws-lambda
* Add one more link for reference
* Change some interface names, remove irrelevant S3 interface, add special callback
* Fix tests
* The function withInfo in @storybook/addon-info should be able to accept no arguments.
* The function withInfo in @storybook/addon-info should be able to accept no arguments.
* The function withInfo in @storybook/addon-info should be able to accept no arguments.
* Corrected the version number of @storybook/addon-info. This type definition was only tested with version 3.4.8 of @storybook/addon-info
* Corrected the version number of @storybook/addon-info. This type definition was only tested with version 3.4.8 of @storybook/addon-info
* fixed missing static modifier
* Set correct version
* Padded version number to be internally safe.
* Updated version to match desired MAJOR.MINOR format from DefinitelyTyped
* fixed test to match types
* replaced inline-docs with references to documentation-website and fixed formatting to prevent linting issues
* upgradedto new version of api + replaced docs with links to docs
The documentation for [URLSearchParams.forEach][1] shows that the
callback function will be called with 3 parameters. This has been true
since Node 6. This commit adds a definition for the 3rd parameter to
the definition files for Node 6, 7, 8, 9 and 10.
[1]: https://nodejs.org/api/url.html#url_urlsearchparams_foreach_fn_thisarg
* Allow specifying multi-column whereIn clauses
* Allow subqueries and callbacks in WhereIn interface
* Use Value instead of string for values
* Use union type to make WhereIn more concise
Also remove duplicated WhereIn interface
* Added string to widget_base_dimensions, since auto is an allowed keyword
* Added a test for widget_base_dimensions with width as auto
* Code review changes to allow only auto instead of string
* Update index.d.ts
Added definitions for almost every class
* Update tslint.json
Added rules to have module declaration support
* Update index.d.ts
Removed empty jsdoc comments
* Update video.js-tests.ts
Removed non existing size method call
* Update tslint.json
Disable no-redundant-jsdoc and void-return rules
* Update index.d.ts
Moved components option types one level up from the component specific namespace
* Update video.js-tests.ts
Removed default import signature
* Update index.d.ts
Fixed videojs.dom.getPointerPosition function return type from Coordinates to Dom.Coordinates
* Update index.d.ts
Removed redundant declare module
change default export to =
* Update tslint.json
removed no-single-declare-module and no-declare-current-package disabling rules
* Update tslint.json
ups...
* Update tslint.json
ups again...
* Update index.d.ts
Changed Tech.SourceObject type option to be optional
* Update tslint.json
disabled 'no-redundant-jsdoc-2' rule
* Update index.d.ts
Removed types from @param and @return JSDoc tags set it compliant with no-redudant-jsdoc-2
* Update tslint.json
Enabled no-redundant-jsdoc-2 rule
* fix: extract QUnit callback argument types to interfaces
* move event callback interfaces into QUnit namespace
* Combine function argument type assertions into function declarations