add immoweb ui
This commit is contained in:
parent
7e8c79d3d1
commit
151da16c27
266 changed files with 264879 additions and 0 deletions
8
immoweb/node_modules/@turf/hex-grid/index.d.ts
generated
vendored
Normal file
8
immoweb/node_modules/@turf/hex-grid/index.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
import {Units, BBox, Polygons} from '@turf/helpers'
|
||||
|
||||
/**
|
||||
* http://turfjs.org/docs/#hexgrid
|
||||
*/
|
||||
declare function hexGrid(bbox: BBox, cellSize: number, units?: Units, triangles?: boolean): Polygons;
|
||||
declare namespace hexGrid { }
|
||||
export = hexGrid;
|
||||
Loading…
Add table
Add a link
Reference in a new issue