UNPKG

197 BTypeScriptView Raw
1export class SfDate {
2 static parseDate(str: string): Date;
3 static toDateLiteral(date: Date | string | number): SfDate;
4 static toDateTimeLiteral(date: Date | string | number): SfDate;
5}