PHP WebShell

Текущая директория: /usr/lib/node_modules/bitgo/node_modules/@celo/contractkit/node_modules/fp-ts/lib

Просмотр файла: Date.js

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
/**
 * Returns the current `Date`
 *
 * @since 2.0.0
 */
exports.create = function () { return new Date(); };
/**
 * Returns the number of milliseconds elapsed since January 1, 1970, 00:00:00 UTC
 *
 * @since 2.0.0
 */
exports.now = function () { return new Date().getTime(); };

Выполнить команду


Для локальной разработки. Не используйте в интернете!