File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -16,4 +16,6 @@ export type ISectResults = {
1616export type ISectOptions = {
1717}
1818
19- export default function isect ( segments : Array < Segment > , options : ISectOptions ) : ISectResults ;
19+ export function bush ( segments : Array < Segment > , options : ISectOptions ) : ISectResults ;
20+ export function sweep ( segments : Array < Segment > , options : ISectOptions ) : ISectResults ;
21+ export function brute ( segments : Array < Segment > , options : ISectOptions ) : ISectResults ;
Original file line number Diff line number Diff line change 22 "name" : " isect" ,
33 "version" : " 3.0.1" ,
44 "main" : " build/isect.js" ,
5- "module" : " ./index .js" ,
5+ "module" : " build/isect.module .js" ,
66 "types" : " ./index.d.ts" ,
77 "scripts" : {
88 "pretest" : " rollup -c" ,
You can’t perform that action at this time.
0 commit comments