kbpgp
kbpgp copied to clipboard
Typescript support
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?