Skip to content
This repository has been archived by the owner on Apr 9, 2022. It is now read-only.

Latest commit

 

History

History
41 lines (29 loc) · 449 Bytes

readme.md

File metadata and controls

41 lines (29 loc) · 449 Bytes

Time Zones

Get time zones

Sample

import { TimeZones } from 'top-tracker'

const parameters = {}
const input = {}

new TimeZones(parameters)
    .call(input)
    .then((output) => {})
    .catch(({ message, payload }) => {})
  • Parameters
/* whitout parameters */
  • Input
/* whitout input */
  • Output
[
    {
        "value": "isString",
        "label": "isString"
    }
]