DefinitelyTyped/types/d3-collection
Tom Wanzek 23798c59ad refactor(d3-collection): refine and reduce technical debt (mulligan) (#23724)
* chore(d3-collection): validate for strictNullChecks

* feat(d3-collection) minimum TS 2.3 for object type

BREAKING CHANGE:

Impose minimum of TypeScript 2.3 to be able to use `object` type
and generic defaults. (Possibly also use `keyof`).
Replace `any` with `object` where it is too wide.
Add `ArrayLike` to some signatures.
Update tests.

* feat(d3-collection) use generic defaults

Use generic defaults and remove some outdated comments.

* doc(d3-collection): complete JSDoc comments

Completes JSDoc comments.
Removes a superfluous signature for `keys`.
2018-02-26 10:30:06 -08:00
..
d3-collection-tests.ts refactor(d3-collection): refine and reduce technical debt (mulligan) (#23724) 2018-02-26 10:30:06 -08:00
index.d.ts refactor(d3-collection): refine and reduce technical debt (mulligan) (#23724) 2018-02-26 10:30:06 -08:00
tsconfig.json refactor(d3-collection): refine and reduce technical debt (mulligan) (#23724) 2018-02-26 10:30:06 -08:00
tslint.json