UNPKG
@em-cli/shared
Version:
latest (2.1.1)
2.1.1
2.1.0
2.0.0
1.0.2
1.0.1
1.0.0
0.5.4
0.5.2
0.5.1
0.5.0
0.4.1
0.4.0
0.2.1
0.2.0
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
脚手架工具方法包
@em-cli/shared
/
dist
/
store
/
index.d.ts
4 lines
(3 loc)
•
232 B
TypeScript
View Raw
1
2
3
4
import
Configstore
from
'configstore'
;
export
declare
const
createStore
:
(
packageName
:
string
,
defaults
?:
any
,
options
?:
import
(
"configstore"
).
ConfigstoreOptions
|
undefined
) =>
Configstore
;
export
declare
type
Store
=
Configstore
;