UNPKG

supertokens-web-js

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