* Comments

This commit is contained in:
Daniel Legt 2022-05-07 14:24:25 +03:00
parent 89105840cc
commit 3cd34ad28a
1 changed files with 4 additions and 0 deletions

View File

@ -5,6 +5,10 @@ import { commonDateFormats, dateType, hourType, isDateType, isHourType, isMeridi
/** /**
* The main Tyme Class, initialize it by optionally passing a date object * The main Tyme Class, initialize it by optionally passing a date object
* Created by Kato Twofold https://justkato.me
* @author Kato Twofold
* @example new TymeJS().format("d/m/Y h:i A")
* @class
*/ */
export default class TymeJS { export default class TymeJS {