Add octokit with plugin throttling test

This commit is contained in:
2019-05-31 19:15:53 +05:30
parent 93ce3a3c8e
commit 0b6f7ffe32
3 changed files with 45 additions and 0 deletions
+9
View File
@@ -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}`);