Yogita Singh

Yogita Singh

  • NA
  • 20
  • 513

Code Syntax TypeScript

Apr 16 2021 4:03 AM
Can anyone explain the below code syntax? What does it trying to do?
 
export const updateDateTime = () => ({
type: appActions.DateTimeUpdate
}
);

Answers (1)