UNPKG

127 BJavaScriptView Raw
1var now = +new Date();
2var index = 0;
3export default function uid() {
4 return "modal-pop-".concat(now, "-").concat(++index);
5}
\No newline at end of file