UNPKG
@qavajs/core
Version:
latest (2.12.0)
2.12.0
2.11.0
2.10.0
2.9.0
2.8.1
2.8.0
2.7.0
2.6.0
2.5.2
2.5.1
2.5.0
2.4.0
2.3.0
2.2.0
2.1.1
2.1.0
2.0.2
2.0.1
2.0.0
qavajs framework core
github.com/qavajs
qavajs/core
@qavajs/core
/
lib
/
importConfig.d.ts
4 lines
(3 loc)
•
219 B
TypeScript
View Raw
1
2
3
4
export
declare
function
importFile
(
path
:
string
):
Promise
<
any
>;
export
declare
function
importMemory
(
path
:
string
):
Promise
<
any
>;
export
declare
function
importConfig
(
configPath
:
string
,
profile
:
string
):
Promise
<
any
>;