UNPKG
agentcrumbs
Version:
latest (0.5.0)
0.5.0
0.4.0
0.3.3
0.3.1
0.3.0
0.2.0
Debug mode for any agent.
agentcrumbs.dev
triggerdotdev/agentcrumbs
agentcrumbs
/
dist
/
esm
/
cli
/
format.d.ts
7 lines
•
287 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
type
{
Crumb
}
from
"../types.js"
;
export
type
FormatOptions
= {
showApp
?:
boolean
; };
export
declare
function
formatCrumbPretty
(
crumb
:
Crumb
,
options
?:
FormatOptions
):
string
;
export
declare
function
formatCrumbJson
(
crumb
:
Crumb
):
string
;
//# sourceMappingURL=format.d.ts.map