UNPKG

whodis-react

Version:

React hooks and components for secure, best practices authentication in seconds

6 lines 266 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AuthenticationContext = void 0; const react_1 = require("react"); exports.AuthenticationContext = (0, react_1.createContext)(null); //# sourceMappingURL=AuthenticationContext.js.map