UNPKG

@angstone/monostone

Version:

monolitic event-sourced framework

5 lines (4 loc) 324 B
import { IFeature, IFeatureLoaded } from "../interfaces"; export declare function createFeature(featureRecipe: IFeature): IFeatureLoaded; export declare function createFeatures(featureRecipes: IFeature[]): IFeatureLoaded[]; export declare function getRecipesFromFolderStructure(customPath?: string | undefined): IFeature[];