Add octokit

This commit is contained in:
Rachael Sewell
2019-08-06 20:56:08 -07:00
parent ba3261b69d
commit 332696c680
122 changed files with 55351 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
export default function getBufferResponse(response) {
return response.arrayBuffer();
}