Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
function isDivisibleBy
import { isDivisibleBy } from "https://deno.land/x/validatte@0.7.5/behaviors/common/isDivisibleBy.ts";

Parameters

dividend: string
divisor: string

Returns

boolean