UNPKG

@nerdlat/auth

Version:

Authentication library similar to Clerk for React and Express applications

6 lines (5 loc) 254 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.useAuth = void 0; var useAuth_1 = require("./useAuth"); Object.defineProperty(exports, "useAuth", { enumerable: true, get: function () { return useAuth_1.useAuth; } });