mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-03-24 07:14:26 +00:00
* 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`.