epochjs

WebJar for epochjs

Лицензия

Лицензия

MIT
Группа

Группа

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

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

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

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

2.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

epochjs
WebJar for epochjs
Ссылка на сайт

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

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

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

https://github.com/bchr02/epochjs

Скачать epochjs

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

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

Зависимости

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

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

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

epochjs version 2.0.0

Track the elapsed time since a certain point, like the start of a node script.

NPM

Installation:

Run npm install epochjs to install from the NPM registry.

Examples:

var Epochjs = require('epochjs'),
	epochjs = new Epochjs();

// Call start() to set (or reset) the start time.
// start() is called at the start of the script by default.
epochjs.start();

// ...add your javascript code here

// when ready to see the amount of time that has ellapsed call secElapsed()
console.log(epochjs.secElapsed() + ' time has ellapsed');

// or even simpler call log()
// the following will output to the console "5.11 database updated" where 
// 5.11 is the amount of time that has ellapsed since start().
epochjs.log('database updated');

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

Версия
2.0.0