Refactor module in TypeScript (#28)

This commit is contained in:
Lukas Tetzlaff 2017-11-06 16:26:59 +01:00 committed by Sindre Sorhus
parent 83adc096ef
commit 8d8fd2b7e0
7 changed files with 602 additions and 375 deletions

3
tslint.json Normal file
View file

@ -0,0 +1,3 @@
{
"extends": "tslint-xo"
}