cotag / ts-md5

Typescript MD5 implemenation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compile errors

itsmontoya opened this issue · comments

When compiling, I receive the following errors:

node_modules/ts-md5/src/md5.ts(242,31): error TS2531: Object is possibly 'null'.
node_modules/ts-md5/src/md5.ts(243,31): error TS2531: Object is possibly 'null'.
node_modules/ts-md5/src/md5.ts(263,17): error TS2322: Type 'string' is not assignable to type 'never'.
node_modules/ts-md5/src/md5.ts(265,17): error TS2322: Type 'string' is not assignable to type 'never'.
node_modules/ts-md5/src/md5.ts(272,30): error TS7006: Parameter 'x' implicitly has an 'any' type.
node_modules/ts-md5/src/md5.ts(272,33): error TS7006: Parameter 'k' implicitly has an 'any' type.