UNPKG

sugar

Version:

A Javascript utility library for working with native objects.

9 lines (6 loc) 248 B
'use strict'; var getExtendedDate = require('./getExtendedDate'); function createDateWithContext(contextDate, d, options, forceClone) { return getExtendedDate(contextDate, d, options, forceClone).date; } module.exports = createDateWithContext;