UNPKG
drupal-vite
Version:
latest (0.4.0)
0.4.0
0.0.2
0.0.1
Vite plugin for Drupal integration
github.com/octahedroid/drupal-decoupled/tree/main
drupal-vite
/
build
/
utils.d.ts
2 lines
(1 loc)
•
124 B
TypeScript
View Raw
1
2
export
declare
const
resolveValue
:
(
configValue
:
string
|
undefined
,
defaultEnvKey
:
string
) =>
Promise
<
string
|
undefined
>;