UNPKG
build-easy
Version:
latest (2.2.3)
2.2.3
2.2.2
2.2.1
2.2.0
2.1.9
2.1.8
2.1.7
2.1.6
2.1.5
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
2.0.9
2.0.8
library build tool.
github.com/l-zoy/build-easy
l-zoy/build-easy
build-easy
/
lib
/
getUserConfig.d.ts
9 lines
(8 loc)
•
259 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
type
{
ObjectSchema
}
from
'@build-easy/bundles/model/joi'
;
export
interface
IGetUserConfig
{
cwd
:
string
;
schema
:
ObjectSchema
;
configFileNames
:
string
[];
typeKey
?:
string
; }
export
default
function
(
options
:
IGetUserConfig
):
unknown
;