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
/
clickupAuth.d.ts
9 lines
(8 loc)
•
245 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
/** * Get ClickUp API token from environment */
export
declare
function
getClickUpToken
(
):
string
|
undefined
;
/** * Get ClickUp authentication headers for API requests */
export
declare
function
getClickUpHeaders
(
):
Record
<
string
,
string
>;