UNPKG

date-fns

Version:

Modern JavaScript date utility library

7 lines (5 loc) 146 B
"use strict"; exports.getRoundingMethod = getRoundingMethod; function getRoundingMethod(method) { return method ? Math[method] : Math.trunc; }