UNPKG
@chenzoho/ldt-vite-plugin
Version:
latest (1.11.3)
1.11.3
ldt-vite-plugin
@chenzoho/ldt-vite-plugin
/
dist
/
env
/
utils.d.ts
12 lines
(11 loc)
•
298 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
export
declare
const
ENV_CONFIG_PREFIX
=
"VITE_GLOB_"
;
/** * 创建配置文件 *
@param
namespace 命名空间 *
@param
config 配置内容 */
export
declare
function
createEnv
(
{ namespace, config, prefix }: { namespace:
any
; config:
any
; prefix?:
string
|
undefined
; }
):
string
;