Skip to main content
Go to Latest
type alias IsBadVersion
import { type IsBadVersion } from "https://deno.land/x/masx200_leetcode_test@7.6.1/first-bad-version/index.ts";

The knows API is defined in the parent class Relation. isBadVersion(version: number): boolean { ... };

definition: (version: number) => boolean