UNPKG
khulnasoft.com
Version:
latest (1.10.0)
1.10.0
1.0.0
Development tools for Khulnasoft CMS integration
khulnasoft.com
khulnasoft.com
/
types
/
cli
/
khulnasoft-add
/
options.d.ts
3 lines
(2 loc)
•
143 B
TypeScript
View Raw
1
2
3
import
type
{
AddCliOptions
}
from
"packages/dev-tools/types"
;
export
declare
function
getOptions
(
cwd
:
string
,
args
:
string
[]
):
AddCliOptions
;