UNPKG
@khulnasoft.com/dev-tools
Version:
latest (1.10.0)
1.10.0
1.0.0
KhulnaSoft Visual CMS Devtools
khulnasoft.com
@khulnasoft.com/dev-tools
/
types
/
cli
/
launch
/
github.d.ts
4 lines
(3 loc)
•
263 B
TypeScript
View Raw
1
2
3
4
export
declare
const
getKVHiddenComment
:
(
key
:
string
,
value
:
string
) =>
string
;
export
declare
const
getPreviewUrl
:
(
projectId
:
string
,
branchName
:
string
) =>
string
;
export
declare
const
getInitialDescription
:
(
projectId
:
string
,
branchName
:
string
) =>
string
;