# @types/microtime

> TypeScript definitions for microtime

Latest version **2.1.2** (published 2023-11-07) · MIT license · 0 weekly downloads

## Install

```sh
npm install @types/microtime
pnpm add @types/microtime
yarn add @types/microtime
bun add @types/microtime
```

## Health

**Score 45/100 (D)** — status: abandoned.

Positive: has types; no vulnerabilities; high maintenance score; popular repo; extremely popular.

Warnings: low downloads; no esm support.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 2.1.2 |
| Published | 2023-11-07 |
| First published | 2017-05-19 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 2.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 51441 |
| Maintainers | types |

## Links

- npm: https://www.npmjs.com/package/@types/microtime
- Repository: https://github.com/DefinitelyTyped/DefinitelyTyped
- Homepage: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/microtime
- npm.io page: https://npm.io/package/@types/microtime

## Recent versions

- 2.1.2 (latest) — 2023-11-07
- 2.1.0 (ts2.0) — 2017-05-19
- 2.1.1 — 2023-10-18

## README

# Installation
> `npm install --save @types/microtime`

# Summary
This package contains type definitions for microtime (https://github.com/wadey/node-microtime).

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/microtime.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/microtime/index.d.ts)
````ts
export as namespace microtime;

export function now(): number;

export function nowDouble(): number;

export function nowStruct(): number[];

````

### Additional Details
 * Last updated: Tue, 07 Nov 2023 09:09:39 GMT
 * Dependencies: none

# Credits
These definitions were written by [Kovács Vince](https://github.com/vincekovacs).

---
_Source: https://npm.io/package/@types/microtime · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
