UNPKG

sugar

Version:

A Javascript utility library for working with native objects.

9 lines (6 loc) 166 B
'use strict'; var callDateGet = require('../../common/internal/callDateGet'); function getMonth(d) { return callDateGet(d, 'Month'); } module.exports = getMonth;