UNPKG
@zendesk/zcli-themes
Version:
latest (1.0.0)
1.0.0
1.0.0-beta.55
1.0.0-beta.53
1.0.0-beta.52
1.0.0-beta.51
1.0.0-beta.49
1.0.0-beta.47
1.0.0-beta.46
1.0.0-beta.43
1.0.0-beta.40
1.0.0-beta.39
1.0.0-beta.37
1.0.0-beta.36
1.0.0-beta.35
1.0.0-beta.34
1.0.0-beta.33
zcli theme commands live here
@zendesk/zcli-themes
/
dist
/
lib
/
getVariables.d.ts
3 lines
(2 loc)
•
162 B
TypeScript
View Raw
1
2
3
import
type
{
Setting
,
Variable
,
Flags
}
from
'../types'
;
export
default
function
getVariables
(
themePath
:
string
,
settings
:
Setting
[],
flags
:
Flags
):
Variable
[];