6 lines
71 B
JavaScript
6 lines
71 B
JavaScript
function defineHead(input) {
|
|
return input;
|
|
}
|
|
|
|
export { defineHead };
|