5 lines
59 B

function x () {
return 'after';
}
export { x as after };