UNPKG

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