entronad / crypto-es

A cryptography algorithms library
Other
272 stars 30 forks source link

Cannot find declaration file for module 'cryptoES/lib/RC4' #26

Closed everlose closed 2 years ago

everlose commented 2 years ago

image

I found this error in the TS project

I checked cryptoES/lib, and there was only one declaration file named "index.d.TS", no RC4, MD5

entronad commented 2 years ago

Yes there is only integrated d.ts file now, so only full import is supported in TS now