makeOf
@tsed/schema-async-api
Usage
typescript
import { makeOf } from "@tsed/schema-async-api";See /packages/specs/schema-async-api/src/utils/somethingOf.ts.
Overview
ts
function makeOf(key: string, schemes: unknown[]): unknown;