2.0.3 • Published 4 years ago

@toorieaa/timezoneformatinformation v2.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

1. Install

npm i @toorieaa/timezoneformatinformation

2. Import

import TimezoneFormatInformation from "@toorieaa/timezoneformatinformation";

3. How is it implemented?

import SingletonClassError from "@toorieaa/singletonclasserror";

/**
 *
 *
 * @export
 * @class TimeZoneFormatInformation
 */
export default class TimeZoneFormatInformation {
  /**
   *
   *
   * @static
   * @memberof TimeZoneFormatInformation
   */
  static FORMAT = "YYYY-MM-DD HH:mm:ss";
  constructor() {
    throw new SingletonClassError();
  }
}

3.1. License

MIT

2.0.3

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.9

4 years ago

1.0.7

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.2

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago