UNPKG

supertokens-web-js

Version:
7 lines (6 loc) 312 B
import { RecipeImplementationInput } from "../recipeModule/types"; import { PreAndPostAPIHookAction, RecipeInterface } from "./types"; export default function getRecipeImplementation( recipeImplInput: RecipeImplementationInput<PreAndPostAPIHookAction> ): RecipeInterface; export { getRecipeImplementation };