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
/
index.d.ts
7 lines
(6 loc)
•
218 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{ build }
from
'./compile'
;
import
{
BuildConfig
}
from
'./types'
;
export
*
from
'./types'
;
export
*
from
'./utils'
;
export
declare
function
defineConfig
(
config: BuildConfig
):
BuildConfig
;
export
default
build;