UNPKG

@swrve/smarttv-sdk

Version:

Swrve marketing engagement platform SDK for SmartTV OTT devices

8 lines (7 loc) 255 B
declare abstract class DateHelper { static dateToSwrveISOString(date: Date): string; static dateToSwrveYYYYMMDDFormat(date: Date): string; static dateToUTCDate(date: Date): Date; static nowInUtcTime(): number; } export default DateHelper;