Files
setup-node/node_modules/@octokit/request/dist-src/get-buffer-response.js
T
Danny McCormick 5273d0df9c
Main workflow / Run (windows-latest) (push) Waiting to run
Main workflow / Run (ubuntu-latest) (push) Failing after 1s
Add auth
2019-08-06 18:29:44 -04:00

4 lines
91 B
JavaScript

export default function getBufferResponse(response) {
return response.arrayBuffer();
}