UNPKG
@spatial/boolean-equal
Version:
latest (2.0.0)
2.0.0
1.0.5
1.0.4
1.0.3
turf boolean-equal module
github.com/Turfjs/turf
Turfjs/turf
@spatial/boolean-equal
/
index.d.ts
10 lines
(8 loc)
•
235 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
{
Feature
,
GeometryObject
}
from
'@spatial/helpers'
/** * http://turfjs.org/docs/#booleanequal */
export
default
function
(
feature1
:
Feature
<
any
> |
GeometryObject
,
feature2
:
Feature
<
any
> |
GeometryObject
):
boolean
;