Skip to content

Commit

Permalink
Merge pull request #23 from nick-invision/nrf/typescript-conv
Browse files Browse the repository at this point in the history
minor: migrate to typescript and updated devDeps
  • Loading branch information
nick-invision authored Nov 14, 2020
2 parents 02159d7 + 409054c commit 0bbc6bd
Show file tree
Hide file tree
Showing 7 changed files with 3,100 additions and 1,772 deletions.
6 changes: 4 additions & 2 deletions .github/scripts/log-examples.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
console.log('console.log test');
process.stdout.write('stdout test\n');
process.stderr.write('stderr test\n');
console.warn('console.warn test');
console.error('console.error test');
process.stdout.write('stdout test');
process.stderr.write('stderr test');
Loading

0 comments on commit 0bbc6bd

Please sign in to comment.