@types/microseconds
TypeScript icon, indicating that this package has built-in type declarations

0.2.2 • Public • Published

Installation

npm install --save @types/microseconds

Summary

This package contains type definitions for microseconds (https://github.com/kamicane/microseconds).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/microseconds.

index.d.ts

export interface ParsedTimeStamp {
    microseconds: number;
    milliseconds: number;
    seconds: number;
    minutes: number;
    hours: number;
    days: number;
    toString(): string;
}

export function now(): number;

export function parse(timestamp: number): ParsedTimeStamp;

export function since(timestamp: number): number;

Additional Details

  • Last updated: Tue, 07 Nov 2023 09:09:39 GMT
  • Dependencies: none

Credits

These definitions were written by Kyle Roach.

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.2.2509ts5.6
0.2.2509latest
0.2.2509ts4.5
0.2.2509ts4.6
0.2.2509ts4.7
0.2.2509ts4.8
0.2.2509ts4.9
0.2.2509ts5.0
0.2.2509ts5.1
0.2.2509ts5.2
0.2.2509ts5.3
0.2.2509ts5.4
0.2.2509ts5.5
0.2.2509ts5.7
0.2.0195ts3.7
0.2.0195ts3.8
0.2.0195ts3.9
0.2.0195ts4.0
0.2.0195ts4.1
0.2.0195ts4.2
0.2.0195ts4.3
0.2.0195ts4.4

Version History

VersionDownloads (Last 7 Days)Published
0.2.2509
0.2.17
0.2.0195

Package Sidebar

Install

npm i @types/microseconds

Weekly Downloads

711

Version

0.2.2

License

MIT

Unpacked Size

3.23 kB

Total Files

5

Last publish

Collaborators

  • types