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
/
KernelFeature.d.ts
4 lines
(3 loc)
•
164 B
TypeScript
View Raw
1
2
3
4
import
type
{
FF
}
from
'../Value'
;
import
{
KernelFeatureServices
}
from
'./KernelFeatureServices'
;
export
declare
const
KernelFeature
:
FF
<
KernelFeatureServices
>;