mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 12:56:46 +08: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`.