ie. ```js export function x() {} ``` instead of: ```js export const x = () => {}; ``` (Created this in response to: https://github.com/liferay/clay/pull/3306#pullrequestreview-424289504)