UNPKG

@open-rpc/schema-utils-js

Version:

<center> <span> <img alt="CircleCI branch" src="https://img.shields.io/circleci/project/github/open-rpc/schema-utils-js/master.svg"> <img src="https://codecov.io/gh/open-rpc/schema-utils-js/branch/master/graph/badge.svg" /> <img alt="npm" sr

3 lines (2 loc) 140 B
import { OpenrpcDocument as OpenRPC } from "@open-rpc/meta-schema"; export type TGetOpenRPCDocument = (schema: string) => Promise<OpenRPC>;