UNPKG

react-auth-kit

Version:

Authentication Library for React, which makes Token based auth very easy

12 lines (11 loc) 221 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AuthError = void 0; class AuthError extends Error { constructor(message) { super(message); } } exports.AuthError = AuthError;