mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
8 lines
280 B
TypeScript
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.
|