diff --git a/src/index.ts b/src/index.ts index 011e617..76a74d9 100644 --- a/src/index.ts +++ b/src/index.ts @@ -5,6 +5,10 @@ import { commonDateFormats, dateType, hourType, isDateType, isHourType, isMeridi /** * 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 {