# boolean-jsts **Repository Path**: mirrors_rowanwins/boolean-jsts ## Basic Information - **Project Name**: boolean-jsts - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-18 - **Last Updated**: 2026-07-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Boolean JSTS Primarly used for TurfJS boolean testing. ## Install ``` $ npm install boolean-jsts --save-dev ``` ## Quickstart ```javascript const booleanJSTS = require('boolean-jsts'); const line1 = lineString([[-2, 2], [1, 1]]); const line2 = lineString([[1, 1], [1, 2], [1, 3], [1, 4]]); var result = booleanJSTS('crosses', line1, line2); //= true/false ``` ## DE-9IM - [x] crosses - [x] contains - [x] within - [x] equals - [x] touches - [x] disjoint - [x] intersects - [x] overlaps - [x] covers