UNPKG

@cryptr/cryptr-spa-js

Version:

Cryptr SDK for Single Page Applications using passwordless authentication and/or SSO

5 lines (4 loc) 162 B
import * as I from './interfaces'; export declare const parseErrors: (response: any) => I.TokenError; declare const Transaction: any; export default Transaction;