MCPcopy Create free account
hub / github.com/tinyplex/tinybase / getProperties

Function getProperties

src/schematizers/schematizer-typebox/index.ts:35–35  ·  view source on GitHub ↗
(schema: any)

Source from the content-addressed store, hash-verified

33};
34
35const getProperties = (schema: any) => schema?.properties;
36
37export const createTypeBoxSchematizer: typeof createTypeBoxSchematizerDecl =
38 () => createCustomSchematizer(unwrapSchema, getProperties);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…