hashbrown

normalizeSchemaInput

Normalizes an input schema into a Skillet schema when possible.

API

export declare function normalizeSchemaInput(
  schema:  SchemaInput ,
):  HashbrownType  | object;
normalizeSchemaInput
HashbrownType | object
@paramschema:
SchemaInput

The schema to normalize.

@returns
HashbrownType | object