/** * To trim the date * * @param {string} dateAsString * @returns {string} */ export function trim(dateAsString: string): string;