UNPKG

sweetalert2

Version:

A beautiful, responsive, customizable and accessible (WAI-ARIA) replacement for JavaScript's popup boxes, supported fork of sweetalert

10 lines (8 loc) 265 B
import globalState from '../globalState' /** * If `timer` parameter is set, returns number os milliseconds of timer remained. * Otherwise, returns null. */ export const getTimerLeft = () => { return globalState.timeout && globalState.timeout.getTimerLeft() }