UNPKG
@farmfe/runtime
Version:
beta (2.0.0-beta.0)
latest (0.12.10)
nightly (1.0.0-nightly-20250827162746)
2.0.0-beta.0
1.0.0-nightly-20250827162746
1.0.0-nightly-20250411141103
1.0.0-nightly-20250411100807
1.0.0-nightly-20241023020505
0.12.10
0.12.9
0.12.8
0.12.7
0.12.6
0.12.5
0.12.4
0.12.3
0.12.2
0.12.1
0.12.0
0.11.2
0.11.1
0.11.0
0.10.0
0.9.3
0.9.2
0.9.1
0.9.0
0.8.4
0.8.3
0.8.2
0.8.1
0.8.0
0.7.4
0.7.3
0.7.2
0.7.1
0.7.0
0.6.2
0.6.1
0.6.0
0.5.0
0.4.2
0.4.1
0.4.0
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.2.0
0.1.0
Runtime of Farm
github.com/farm-fe/farm
farm-fe/farm
@farmfe/runtime
/
dist
/
index.d.ts
5 lines
(4 loc)
•
192 B
TypeScript
View Raw
1
2
3
4
5
import
{
ModuleSystem
}
from
'./module-system.js'
;
import
{
FarmRuntimePlugin
}
from
'./plugin.js'
;
export
*
from
'./resource-loader.js'
;
export
{
ModuleSystem
,
FarmRuntimePlugin
as
Plugin
};