1
Answer

Code Syntax TypeScript

Photo of Yogita Singh

Yogita Singh

4y
714
1
Can anyone explain the below code syntax? What does it trying to do?
 
export const updateDateTime = () => ({
type: appActions.DateTimeUpdate
}
);

Answers (1)