@toorieaa/timezoneformatinformation

2.0.3 • Public • Published

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]

Package Sidebar

Install

npm i @toorieaa/timezoneformatinformation

Weekly Downloads

15

Version

2.0.3

License

ISC

Unpacked Size

4.34 kB

Total Files

4

Last publish

Collaborators

  • toorieaa