UNPKG

@nerdlat/auth

Version:

Authentication library similar to Clerk for React and Express applications

7 lines (6 loc) 194 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.openPopup = openPopup; function openPopup(url, name) { window.open(url, name, 'width=500,height=600'); }