UNPKG
@solidgrounds/core
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
Dependency injection container
github.com/solidgrounds
solidgrounds/solidgrounds
@solidgrounds/core
/
src
/
Feature
/
KernelFeatureServices.d.ts
7 lines
(6 loc)
•
253 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
RegisterLike
}
from
'../Context/RegistryContext'
;
import
{
FeatureGroupBuildInfo
,
CompilerPass
}
from
'../Value'
;
export
interface
KernelFeatureServices
{
compilerPass
:
RegisterLike
<
CompilerPass
>;
compilerInfo
:
FeatureGroupBuildInfo
; }