add immoweb ui
This commit is contained in:
parent
7e8c79d3d1
commit
151da16c27
266 changed files with 264879 additions and 0 deletions
30
immoweb/node_modules/@turf/invariant/index.d.ts
generated
vendored
Normal file
30
immoweb/node_modules/@turf/invariant/index.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
/// <reference types="geojson" />
|
||||
|
||||
type Feature = GeoJSON.Feature<any>
|
||||
type Features = GeoJSON.FeatureCollection<any>
|
||||
type GetCoord = Feature | any[] | GeoJSON.GeometryObject
|
||||
|
||||
/**
|
||||
* http://turfjs.org/docs/
|
||||
*/
|
||||
export function getCoord(obj: GetCoord): Array<any>;
|
||||
|
||||
/**
|
||||
* http://turfjs.org/docs/
|
||||
*/
|
||||
export function getCoords(obj: GetCoord): Array<any>;
|
||||
|
||||
/**
|
||||
* http://turfjs.org/docs/
|
||||
*/
|
||||
export function geojsonType(value: Features, type: string, name: string): void;
|
||||
|
||||
/**
|
||||
* http://turfjs.org/docs/
|
||||
*/
|
||||
export function featureOf(feature: Feature, type: string, name: string): void
|
||||
|
||||
/**
|
||||
* http://turfjs.org/docs/
|
||||
*/
|
||||
export function collectionOf(featurecollection: Features, type: string, name: string): void
|
||||
Loading…
Add table
Add a link
Reference in a new issue