aklinker1 / webext-core

Collection of essential libraries and tools for building web extensions
https://webext-core.aklinker1.io
MIT License
116 stars 13 forks source link

feat(messaging): Simplify protocol map definitions with function types #21

Closed noamloewenstern closed 1 year ago

noamloewenstern commented 1 year ago

Added usage of the "infer" builtin typescript type, to allow easier and prettier type-mapping. Addresses issue #20

aklinker1 commented 1 year ago

I'm adding some type tests. Will push and approve soon.