UNPKG
stitch-compute
Version:
latest (2.1.1)
2.1.1
2.1.0
2.0.1
2.0.0
1.3.3
1.3.2
1.3.1
1.3.0
1.2.0
compute stitch adjustments for knitting
github.com/mmitch/stitch-compute-npm
stitch-compute
/
lib
/
greatest-common-divisor.d.ts
2 lines
•
130 B
TypeScript
View Raw
1
2
export
declare
function
greatestCommonDivisor
(
a
:
number
,
b
:
number
):
number
;
//# sourceMappingURL=greatest-common-divisor.d.ts.map