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]