UNPKG

supertokens-web-js

Version:
3 lines (2 loc) 142 B
import { InputType, NormalisedInputType } from "./types"; export declare function normaliseUserInput(config: InputType): NormalisedInputType;