UNPKG

@lenka/alchemist

Version:
7 lines (6 loc) 181 B
import { alchemize } from './alchemize'; import { Recipe } from './interfaces'; declare function recipe<T>(params: Recipe): { alchemize: typeof alchemize; }; export { recipe };