UNPKG

supertokens-node

Version:
9 lines (8 loc) 289 B
// @ts-nocheck import Recipe from "./recipe"; import { RecipeInterface, APIOptions, APIInterface } from "./types"; export default class Wrapper { static init: typeof Recipe.init; } export declare let init: typeof Recipe.init; export type { RecipeInterface, APIOptions, APIInterface };