UNPKG
ccshare
Version:
latest (0.4.2)
0.4.2
0.4.1
0.4.0
0.3.2
0.3.1
0.3.0
0.1.1
0.1.0
Share Claude Code prompts and results easily
github.com/insomenia/ccshare
insomenia/ccshare
ccshare
/
dist
/
browser-post.d.ts
3 lines
•
220 B
TypeScript
View Raw
1
2
3
export
declare
function
createAutoPostForm
(
data
:
any
,
apiUrl
:
string
):
Promise
<
string
>;
export
declare
function
createApiPostRequest
(
data
:
any
,
apiUrl
:
string
):
Promise
<
string
>;
//# sourceMappingURL=browser-post.d.ts.map