Utilities for map projections.
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

global.d.ts 190 B

1234567
  1. declare module 'd3-geo-polygon';
  2. declare module 'd3-geo-projection' {
  3. import * as d3geo from 'd3-geo';
  4. export * from 'd3-geo';
  5. export function geoSinusoidal(): d3geo.GeoProjection;
  6. }