@types/d3
TypeScript icon, indicating that this package has built-in type declarations

7.4.3 • Public • Published

Installation

npm install --save @types/d3

Summary

This package contains type definitions for d3 (https://github.com/d3/d3).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/d3.

index.d.ts

// Last module patch version validated against: 7.4.4

export as namespace d3;

/**
 * Version number in format _Major.Minor.BugFix_, like 7.0.0.
 */
export const version: string;

export * from "d3-array";
export * from "d3-axis";
export * from "d3-brush";
export * from "d3-chord";
export * from "d3-color";
export * from "d3-contour";
export * from "d3-delaunay";
export * from "d3-dispatch";
export * from "d3-drag";
export * from "d3-dsv";
export * from "d3-ease";
export * from "d3-fetch";
export * from "d3-force";
export * from "d3-format";
export * from "d3-geo";
export * from "d3-hierarchy";
export * from "d3-interpolate";
export * from "d3-path";
export * from "d3-polygon";
export * from "d3-quadtree";
export * from "d3-random";
export * from "d3-scale";
export * from "d3-scale-chromatic";
export * from "d3-selection";
export * from "d3-shape";
export * from "d3-time";
export * from "d3-time-format";
export * from "d3-timer";
export * from "d3-transition";
export * from "d3-zoom";

Additional Details

Credits

These definitions were written by Tom Wanzek, Alex Ford, Boris Yankov, denisname, Nathan Bierema, and Fil.

Versions

Current Tags

Version History

Package Sidebar

Install

npm i @types/d3

Weekly Downloads

1,717,023

Version

7.4.3

License

MIT

Unpacked Size

8.38 kB

Total Files

5

Last publish

Collaborators

  • types