UNPKG

@gleif-it/did-webs-ts

Version:
3 lines (2 loc) 93 B
import { lcm } from './lcm.js'; export const findLowestCommonMultiple = (a, b) => lcm(a, b);