5 lines
183 B
JavaScript
5 lines
183 B
JavaScript
|
|
/* interact.js 1.10.27 | https://raw.github.com/taye/interact.js/main/LICENSE */
|
||
|
|
|
||
|
|
var hypot=(t,a)=>Math.sqrt(t*t+a*a);export{hypot as default};
|
||
|
|
//# sourceMappingURL=hypot.prod.js.map
|