@f/timestamp

WebJar for @f/timestamp

Лицензия

Лицензия

MIT
Группа

Группа

org.webjars.npm
Идентификатор

Идентификатор

f__timestamp
Последняя версия

Последняя версия

1.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

@f/timestamp
WebJar for @f/timestamp
Ссылка на сайт

Ссылка на сайт

http://webjars.org
Система контроля версий

Система контроля версий

https://github.com/micro-js/timestamp

Скачать f__timestamp

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.webjars.npm/f__timestamp/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>f__timestamp</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/f__timestamp/
implementation 'org.webjars.npm:f__timestamp:1.0.0'
// https://jarcasting.com/artifacts/org.webjars.npm/f__timestamp/
implementation ("org.webjars.npm:f__timestamp:1.0.0")
'org.webjars.npm:f__timestamp:jar:1.0.0'
<dependency org="org.webjars.npm" name="f__timestamp" rev="1.0.0">
  <artifact name="f__timestamp" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='f__timestamp', version='1.0.0')
)
libraryDependencies += "org.webjars.npm" % "f__timestamp" % "1.0.0"
[org.webjars.npm/f__timestamp "1.0.0"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

timestamp

Build status Git tag NPM version Code style

Get the current timestamp in milliseconds. Provides a more semantic and consistent interface than +new Date() and other weird js idioms.

Installation

$ npm install @f/timestamp

Usage

var timestamp = require('@f/timestamp')

timestamp() === new Date().getTime()
timestamp() === +new Date

API

timestamp()

Returns: The current timestamp in milliseconds.

License

MIT

Версии библиотеки

Версия
1.0.0