mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-01-23 23:15:46 -06:00
6 lines
129 B
TypeScript
6 lines
129 B
TypeScript
export default intersectNode;
|
|
/**
|
|
* @param node
|
|
* @param point
|
|
*/
|
|
declare function intersectNode(node: any, point: any): any;
|