mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-04-26 18:21:53 +02:00
14 lines
385 B
TypeScript
14 lines
385 B
TypeScript
|
declare namespace _default {
|
||
|
export { node };
|
||
|
export { circle };
|
||
|
export { ellipse };
|
||
|
export { polygon };
|
||
|
export { rect };
|
||
|
}
|
||
|
export default _default;
|
||
|
import node from "./intersect-node.js";
|
||
|
import circle from "./intersect-circle.js";
|
||
|
import ellipse from "./intersect-ellipse.js";
|
||
|
import polygon from "./intersect-polygon.js";
|
||
|
import rect from "./intersect-rect.js";
|