mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-02-02 19:42:34 -06:00
5 lines
114 B
TypeScript
5 lines
114 B
TypeScript
export default intersectRect;
|
|
declare function intersectRect(node: any, point: any): {
|
|
x: any;
|
|
y: any;
|
|
};
|