export { getFeature } from "./src/feature"; export { registerFeature, featureInjectionToken } from "./src/register-feature"; export type { FeatureAsd } from "./src/register-feature"; export type { Feature, GetFeatureArgs } from "./src/feature";