add immoweb ui
This commit is contained in:
parent
7e8c79d3d1
commit
151da16c27
266 changed files with 264879 additions and 0 deletions
10
immoweb/node_modules/@turf/distance/index.d.ts
generated
vendored
Normal file
10
immoweb/node_modules/@turf/distance/index.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
/// <reference types="geojson" />
|
||||
|
||||
type Point = GeoJSON.Feature<GeoJSON.Point>;
|
||||
|
||||
/**
|
||||
* http://turfjs.org/docs/#distance
|
||||
*/
|
||||
declare function distance(from: Point, to: Point, units?: string): number;
|
||||
declare namespace distance { }
|
||||
export = distance;
|
||||
Loading…
Add table
Add a link
Reference in a new issue