UNPKG
vibe-tools
Version:
alpha (0.62.3)
latest (0.63.3)
0.63.3
0.63.2
0.63.1
0.63.0
0.62.10
0.62.9
0.62.8
0.62.7
0.62.6
0.62.5
0.62.4
0.62.3
0.62.2
0.62.1
0.62.0
0.61.5
0.61.4
0.61.3
0.61.2
0.61.1
0.61.0
0.60.9
0.60.8
0.60.7
0.60.6
0.60.4
0.60.2
0.60.1
0.60.0
0.6.0-alpha.17
0.0.1
CLI tools for AI agents
github.com/eastlondoner/cursor-tools
eastlondoner/cursor-tools
vibe-tools
/
dist
/
commands
/
clickup
/
utils.d.ts
8 lines
(7 loc)
•
258 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
type
{
CommandOptions
}
from
'../../types'
;
export
type
ClickUpOptions
=
CommandOptions
;
export
declare
function
formatDate
(
timestamp
:
unknown
):
string
;
export
declare
function
formatStatus
(
status
: { status:
string
; color:
string
; }
):
string
;