Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

rep

import { rep } from "https://git.sr.ht/~ruivieira/deno-experiments/blob/master/mentat/utils.ts";
function rep(
s: Array<any>,
v: any,
k?: number,
);
§
rep(s: Array<any>, v: any, k?: number)
[src]

§Parameters

§
s: Array<any>
[src]
§
v: any
[src]
§
k?: number optional
[src]