DefinitelyTyped/types/d3/d3-tests.ts
2018-05-14 19:09:20 +02:00

8 lines
280 B
TypeScript

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