Skip to main content
Module

x/dtils/mod.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.0.0/mod.ts";

Parameters

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