0.2.2 • Published 7 months ago

@types/set-tz v0.2.2

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

Installation

npm install --save @types/set-tz

Summary

This package contains type definitions for set-tz (https://github.com/capaj/set-tz#readme).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/set-tz.

index.d.ts

// Type definitions for set-tz 0.2
// Project: https://github.com/capaj/set-tz#readme
// Definitions by: Hannes Falk <https://github.com/ExeAy>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

declare function setTZ(timeZone?: string): void;

export = setTZ;

Additional Details

  • Last updated: Tue, 07 Sep 2021 06:01:21 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by Hannes Falk.