mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
should contain a type in the return of feature
This commit is contained in:
Vendored
+1
-1
@@ -5,7 +5,7 @@
|
||||
|
||||
export function bbox(topology: any): any;
|
||||
|
||||
export function feature(topology: any, o: any): { features: any[]; };
|
||||
export function feature(topology: any, o: any): { features: any[]; type: string };
|
||||
|
||||
export function filter(topology: any, filter: any): any;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user