UNPKG

@types/jsforce

Version:
6 lines (5 loc) 197 B
export class SfDate { static parseDate(str: string): Date; static toDateLiteral(date: Date | string | number): SfDate; static toDateTimeLiteral(date: Date | string | number): SfDate; }