Skip to content

Commit

Permalink
Update scission.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
FishOrBear authored Jul 31, 2024
1 parent 302450d commit b070e6b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/modeling/src/operations/booleans/scission.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ import RecursiveArray from '../../utils/recursiveArray'

export default scission

declare function scission(...geometries: RecursiveArray<Geom2>): Geom2[]
declare function scission(...geometries: RecursiveArray<Geom3>): Geom3[]

0 comments on commit b070e6b

Please sign in to comment.