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
/
browser
/
colors.d.ts
5 lines
•
285 B
TypeScript
View Raw
1
2
3
4
5
export
declare
function
getNamespaceColor
(
namespace
:
string
):
number
;
export
declare
function
colorize
(
text
:
string
,
colorIndex
:
number
):
string
;
export
declare
function
dim
(
text
:
string
):
string
;
export
declare
function
bold
(
text
:
string
):
string
;
//# sourceMappingURL=colors.d.ts.map