DefinitelyTyped/types/d3/d3-tests.ts
Tom Wanzek 93a95b5da0 d3: (#20059)
* [FIX] Add missing `version` property
2017-09-27 07:01:51 -07:00

8 lines
279 B
TypeScript

import * as d3 from 'd3';
const version: string = d3.version;
// NOTE: Tests for all re-exports of consituent D3 modules are omitted as excessive.
// The standard bundle definition is a straightforward pass-through with the exception of the
// above tested "version" property.