kbpgp icon indicating copy to clipboard operation
kbpgp copied to clipboard

Typescript support

Open Anmol-Singh-Jaggi opened this issue 6 years ago • 0 comments

I was wondering if we can use kbpgp in Typescript. I tried to write the sample code in TS:

 console.log('Hello');
 let f = kbpgp['const'];

Its failing at the second line itself. What is the correct way to use it in Typescript?

Anmol-Singh-Jaggi avatar Dec 07 '18 11:12 Anmol-Singh-Jaggi