UNPKG

@genexus/web-standard-functions

Version:

GeneXus JavaScript standard functions library for web generators

9 lines 180 B
/** * Returns a native type date * @param {GxDate} dateFrom * @return GxDate */ export const toDate = (dateFrom) => { return dateFrom; }; //# sourceMappingURL=toDate.js.map