Skip to main content
Module

x/dtils/mod.ts>repeat

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

Parameters

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