mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-02-24 17:52:45 +00:00
7 lines
303 B
TypeScript
7 lines
303 B
TypeScript
// Type definitions for net-ticks 1.0
|
|
// Project: https://github.com/koonuf/net-ticks
|
|
// Definitions by: Chris Wiggins <https://github.com/chriswiggins>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
|
|
export function netTicksToDate(ticks: number, timezoneOffsetHours: number): Date;
|