byCodemod

Function To Arrow Export Default

/icons/calendar.svg

Last update

May 14, 2024

Function to arrow export default

Description

Examples

Before

export default function Component(props) {}

After

const Component = (props) => {
}
export default Component

Build custom codemods

Use AI-powered codemod studio and automate undifferentiated tasks for yourself, colleagues or the community

background illustrationGet Started Now