5 lines
67 B

function thing ( thing ) {
return thing;
}
export default thing;