MCPcopy Create free account
hub / github.com/omkarcloud/botasaurus / task

Function task

js/botasaurus-js/src/task.ts:237–239  ·  view source on GitHub ↗
(options: TaskOptions<I>)

Source from the content-addressed store, hash-verified

235}
236
237export function task<I=any>(options: TaskOptions<I>) {
238 return createTask<I>(options, false)
239}
240
241export function getItemRepr(item: any): string | number {
242 if (Array.isArray(item)) {

Callers 1

server.jsFile · 0.50

Calls 1

createTaskFunction · 0.70

Tested by

no test coverage detected