mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-01-23 23:15:46 -06: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';
|