UNPKG

supertokens-web-js

Version:
6 lines (5 loc) 204 B
import { SuperTokensConfig } from "./types"; export default class SuperTokensAPIWrapper { static init(config: SuperTokensConfig): void; } export declare const init: typeof SuperTokensAPIWrapper.init;