Tool
Packhouse Tool
Property
const tool = {
install: 'function',
handler: 'function', // required
request: 'array',
response: 'string',
}Install
const tool = {
install({ packhouse, store, include, utils, group }) { ... }
}Packhouse
Store
Include
Group
Utils
Handler
Self
success
error
casting
line
tool
assess
Lazy First
Async
Request & Response
Last updated