UNPKG
@nerdlat/auth
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
Authentication library similar to Clerk for React and Express applications
@nerdlat/auth
/
dist
/
utils
/
popup.js
7 lines
(6 loc)
•
194 B
JavaScript
View Raw
1
2
3
4
5
6
7
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
openPopup
= openPopup;
function
openPopup
(
url, name
) {
window
.
open
(url, name,
'width=500,height=600'
); }