mirror of
https://github.com/bendtherules/test-octokit-throttling.git
synced 2026-08-18 22:02:18 +00:00
Add octokit with plugin throttling test
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import { MyLibrary } from './MyLibrary';
|
||||
|
||||
console.log('See this in your browser console: Typescript Webpack Starter Launched');
|
||||
|
||||
const myLibrary = new MyLibrary();
|
||||
const result = myLibrary.getRepos();
|
||||
|
||||
console.log(myLibrary);
|
||||
console.log(`A random number ${result}`);
|
||||
Reference in New Issue
Block a user