Add typescript for type checking

This commit is contained in:
John Lees-Miller
2020-04-29 21:03:41 +01:00
parent c46075aaab
commit 1a38f4e4ff
7 changed files with 24 additions and 9 deletions
+2
View File
@@ -1,3 +1,5 @@
const { expect } = require('chai')
const OError = require('..')
const { expectError } = require('./support')