UNPKG

generator-website-starter

Version:

A website generator using semantic markup, SASS, Gulp, Imagemin and Browser-sync

10 lines (6 loc) 262 B
'use strict'; var $DateGetTime = require('call-bind/callBound')('Date.prototype.getTime'); // https://262.ecma-international.org/6.0/#sec-properties-of-the-date-prototype-object module.exports = function thisTimeValue(value) { return $DateGetTime(value); };