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
/
snowpack.main.runtime.d.ts
7 lines
(6 loc)
•
211 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
declare
class
SnowpackMain
{
static
slots
:
never
[];
static
dependencies
:
never
[];
static
runtime
:
import
(
"@teambit/harmony"
).
RuntimeDefinition
;
static
provider
():
Promise
<
SnowpackMain
>; }