Aaronius / penpal

A promise-based library for securely communicating with iframes via postMessage.
MIT License
381 stars 56 forks source link

Provide typing for Connection #57

Closed Aaronius closed 3 years ago

Aaronius commented 3 years ago

As described in https://github.com/Aaronius/penpal/issues/55, it would be useful to provide a TypeScript typing for Connection (representing the Penpal connection) that developers can use to better type their applications.

Aaronius commented 3 years ago

Published in v5.3.0. Thanks @lpellegr!