UNPKG

@octokit/webhooks

Version:

GitHub webhook events toolset for Node.js

7 lines (6 loc) 106 B
function getRequestHeader(request, key) { return request.headers[key]; } export { getRequestHeader };