UNPKG
@watheia/hello.hello.extensions.snowpack
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
www.watheia.io
@watheia/hello.hello.extensions.snowpack
/
dist
/
index.d.ts
5 lines
(4 loc)
•
171 B
TypeScript
View Raw
1
2
3
4
5
import
{
SnowpackAspect
}
from
'./snowpack.aspect'
;
export
type
{
SnowpackMain
}
from
'./snowpack.main.runtime'
;
export
default
SnowpackAspect
;
export
{
SnowpackAspect
};