UNPKG

react-dates

Version:

A responsive and accessible date range picker component built with React

17 lines (14 loc) 421 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports["default"] = getPreviousMonthMemoLast; var getPreviousMonthMemoKey; var getPreviousMonthMemoValue; function getPreviousMonthMemoLast(month) { if (month !== getPreviousMonthMemoKey) { getPreviousMonthMemoKey = month; getPreviousMonthMemoValue = month.clone().subtract(1, 'month'); } return getPreviousMonthMemoValue; }