* initial types for agora-rtc-sdk
* set strictFunctionTypes to true
* fixed lint-related
* fixed lint error throw by ci
* <feat> support 2.6 & add author
* <fix> fix umd support
add `export` back to support umd
* <chore> in temp disable rule: export-just-namespace, optimization will be done in next version
* Add Square dev as a reviewer + add ApiClient, EmployeesApi and InventoryApi definitions
* Update Square connect type definitions (v20190508)
* Fix ENUM naming (to be as in swagger)
* change Dict interface for strictNullChecks mode
Dict<T>['any string'] will be valued to type `T | undefined`
* change Dict methods for stricktNullChecks
* Update index.d.ts
* [next-nprogress] new definitions
* [next-nprogress] remove package.json
* [next-nprogress] lint
* fix(next-nprogress): move generic to returned function
* tests(next-nprogress): add test for props infer
* Resolve merge conflicts
* Update test to specify proper selectableRows value
`selectableRows` takes a string literal union of `'none' | 'single' | 'multiple'` defined in type `SelectableRows`
* Derive nullable() as T | null
* Allow operators in different order
* Definitions by
* Expected type checks
* Updates after feedback
* Added boolean extends
* [coinbase] Update Account.getTransactions
This is to update the signature of `Account.getTransactions` to match that which is present in the module.
https://github.com/coinbase/coinbase-node/blob/master/lib/model/Account.js#L98 for relevant JS code.
* [coinbase] Additional nested fixes
- The coinbase client only "unwraps" the `data` attribute
in certain circumstances. This addresses issues I was seeing
while attempting to leverage some of the other resource
* included types for registerPanoProvider opts
* removed an additional r from registerPanoProvider
* removed PanoProviderOptions
* added correct PanoProviderOptions
* included setOptions method for HeatmapLayer
* new tests for HeatmapLayer setOptions
* added setFields type to Autocomplete
* added setOptions to Autocomplete
* [@wordpress/data] add new definitions
* fix dtslint failure -- did not fix no-unnecessary-generics error since they are arguably necessary
* disable no-unnecessary-generics per discussion in PR thread
The documentation states that the mask property can be false, but the type does not describe this feature, it is necessary when you need to disable the mask
* Add typescript@next build status badge
* Switch main build badge to Azure as well
Also be more honest about wording -- a green badge doesn't mean a clean
build, just that the most recent changes were clean.
* [express-serve-static-core] Add tests
* [express-serve-static-core] listen's callback can take some parameters
* [express-serve-static-core] Add a definitions by section
* Switch to PartialShallow
dtslint is completely broken on this machine so I'm just going to push a
branch and fix the failures on my desktop.
* Simple partial test for _.filter