mirror of
https://github.com/pezkuwichain/bizinikiwi-connect.git
synced 2026-06-13 07:01:13 +00:00
22 lines
865 B
Markdown
22 lines
865 B
Markdown
<br /><br />
|
|
|
|
<div align="center">
|
|
<h1 align="center">@bizinikiwi/connect-extension-protocol</h1>
|
|
<p align="center">
|
|
<a href="https://www.npmjs.com/package/@bizinikiwi/connect-extension-protocol">
|
|
<img alt="npm" src="https://img.shields.io/npm/v/@bizinikiwi/connect-extension-protocol" />
|
|
</a>
|
|
<a href="https://github.com/pezkuwichain/bizinikiwi-connect/blob/master/LICENSE">
|
|
<img alt="GPL-3.0-or-later" src="https://img.shields.io/npm/l/@bizinikiwi/connect-extension-protocol" />
|
|
</a>
|
|
</p>
|
|
</div>
|
|
|
|
<br /><br />
|
|
|
|
This is a module consisting (almost) only of types. These types are the types
|
|
of the messages exchanged between apps using `@bizinikiwi/connect` and the
|
|
browser extension. This package is shared between `@bizinikiwi/connect` and the
|
|
extension in order for the TypeScript compiler to enforce the contract between
|
|
them.
|