UNPKG

@octokit/webhooks

Version:

GitHub webhook events toolset for Node.js

7 lines (6 loc) 110 B
function getRequestHeader(request, key) { return request.headers.get(key); } export { getRequestHeader };