UNPKG
wocat
Version:
latest (1.1.0)
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
0.1.0
0.0.1
Convert regular dependencies to Catalogs.
github.com/byronogis/wocat
byronogis/wocat
wocat
/
dist
/
index.mjs
9 lines
(6 loc)
•
135 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
export
*
from
'@wocat/cli'
;
export
*
from
'@wocat/core'
;
function
defineConfig
(
config
) {
return
config; }
export
{ defineConfig };