@akashic-extension/coe-messages

A core definitions for COE

Usage no npm install needed!

<script type="module">
  import akashicExtensionCoeMessages from 'https://cdn.skypack.dev/@akashic-extension/coe-messages';
</script>

README

coe-messages

共体験アプリケーションフレームワークで用いられるメッセージの型定義を提供します。

ビルド

coe-messages はTypeScriptで書かれた型定義モジュールです。ビルドにはNode.jsが必要です。

npm run build によりビルドできます。

npm install
npm run build

テスト

npm test