Skip to main content
Home

Built and signed on GitHub Actions

It is unknown whether this package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers
It is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Node.js
It is unknown whether this package works with Deno
It is unknown whether this package works with Bun
It is unknown whether this package works with Browsers
JSR Score
58%
Published
2 months ago (0.0.2)

commection

JSR

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

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.