UNPKG
@sanpjs/core
Version:
latest (0.1.0)
0.1.0
0.1.0-alpha.7
0.1.0-alpha.6
0.1.0-alpha.5
0.1.0-alpha.4
0.1.0-alpha.3
0.1.0-alpha.2
0.1.0-alpha.1
0.1.0-alpha.0
@sanpjs/core
@sanpjs/core
/
dist
/
config
/
index.d.ts
6 lines
(5 loc)
•
181 B
TypeScript
View Raw
1
2
3
4
5
6
export
{
default
as
validate }
from
'./validate'
;
export
declare
const
load
:
(
configFile
:
string
|
undefined
,
cwd
?:
string
) =>
Promise
<{
configs
:
any
;
filepath
:
string
; }>;