Skip to main content
Module

x/dtils/loop.ts>repeat

The best unofficial library of utilities for Deno applications
Go to Latest
function repeat
import { repeat } from "https://deno.land/x/dtils@2.5.0/loop.ts";

Parameters

number: number
cb: (time: number) => void