import * as coreFn from "https://deno.land/x/core_fn@v1.0.0-beta.16/uncurry/string/repeat.ts"; VariablesvrepeatReturns a String value that is made from count copies appended together. If count is 0, the empty string is returned.