UNPKG
@contentstack/cli-variants
Version:
beta (2.0.0-beta.2)
latest (1.3.5)
2.0.0-beta.2
2.0.0-beta.1
2.0.0-beta
1.3.5
1.3.4
1.3.3
1.3.2
1.3.0
1.2.2
1.2.1
1.2.0
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0
0.0.1-alpha
Variants plugin
@contentstack/cli-variants
/
lib
/
utils
/
helper.d.ts
5 lines
(4 loc)
•
233 B
TypeScript
View Raw
1
2
3
4
5
import
{
FsUtility
}
from
'@contentstack/cli-utilities'
;
export
declare
const
formatError
:
(
error
:
any
) =>
any
;
export
declare
const
fsUtil
:
FsUtility
;
export
declare
const
askProjectName
:
(
defaultValue
:
unknown
) =>
Promise
<
string
>;