@narumincho/commection@0.0.2Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
latest
narumincho/commectionIt is unknown whether this package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers




JSR Score
58%
Published
2 months ago (0.0.2)
commection
graph TB id("id") type("type") request("request") context("context") requestAndCheck("requestAndCheck") react("react") filter("filter") filterSearchParamsCodec("filterSearchParamsCodec") id --> type id --> request type --> request type --> context id --> context type --> filter --> filterSearchParamsCodec filterSearchParamsCodec --> request request --> requestAndCheck context --> requestAndCheck requestAndCheck --> react filter --> request
common
クライアントとサーバー共通で使えるコード
id
リソースのIDの型
type
リソースの型定義
filter
リソース一覧を呼び出すためのフィルターパラメータの型
filterSearchParamsCodec
フィルターパラメータの型とURLクエリとの変換関数
server
サーバーのコード
client
クライアントのコード
request
APIを呼び出すための関数
Built and signed on
GitHub Actions