Files
DefinitelyTyped/types/d3/d3-tests.ts
2017-03-24 14:27:52 -07:00

10 lines
338 B
TypeScript

import * as d3 from 'd3';
// TODO: complete tests. Note the tests here should be limited to
// testing existence of re-exported members of the
// constituent modules comprising the D3 version 4 standard bundle
// Ability to access d3-select related properties
const d: d3.Selection<HTMLElement, any, null, undefined> = d3.selection();