Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
237
export
function
task<I=any>(options: TaskOptions<I>) {
238
return
createTask<I>(options, false)
239
}
240
241
export
function
getItemRepr(item: any): string | number {
242
if
(Array.isArray(item)) {
Callers
1
server.js
File · 0.50
Calls
1
createTask
Function · 0.70
Tested by
no test coverage detected