feat(core): initial

This commit is contained in:
2018-06-04 23:25:19 +02:00
commit b2c5730110
12 changed files with 296 additions and 0 deletions

2
test/test.ts Normal file
View File

@ -0,0 +1,2 @@
const textToPost: string = 'Test runs!';
console.log(textToPost);