2026-05-31 13:54:31 +02:00

8 lines
96 B
JavaScript

'use strict';
function defineHead(input) {
return input;
}
exports.defineHead = defineHead;