repeat-fn
Repeat an async function a number of times
Repeat an async function a number of times
Construct an array by repeating a value (or function) a number of times.
Simple repeater.
一个可以帮助你检查项目中是否存在重复请求的工具。使用后会自动监听请求,当发现1秒内有发出多次相同的请求时,会toast提示并在控制台上打印请求信息。
A javascript tool for run repeat code.
join string with seperator for times that user wants.
Repeat a string a certain number of times
Repeat a string one or more times.
Repeat until the predicate returns true and resolves a Promise
Repeatable Fields is a jQuery plugin which let's you create a set of fields that can be made to repeat.
Stream that just repeats all input
A simple utility to repeat a function until a truthy value is encountered.
Get start/end positions where a given value consecutively appears in the array
Repeat any command x number of times
A redux middleware to prevent dispatching of repeat actions for a specific period of time.
WebSocket wrapper with HTTP repeat request fallback, providing a shared API for sending and receiving data.
repeat what you say
callbag operator to repeat/restart stream by repeating handshake.
let {each,varName,be,iterable} = eachVar(x => /* do thing */ )
Fill an array to the given length by repeating its elements. This is a very fast implementation.