export const namedConst = 5; export function namedFn() { return 5; } export const namedObj = { hello: 'world' };