Are you an LLM? You can read better optimized documentation at /documentation/api/core/functions/isStandardSchema.md for this page in Markdown format
ws-asyncapi API / core / isStandardSchema
Function: isStandardSchema()
isStandardSchema(
s):s is StandardSchemaV1<unknown, unknown>
Defined in: .api-entries/core/index.d.ts:161
True if s implements Standard Schema (has a ~standard prop).
Parameters
s
unknown
Returns
s is StandardSchemaV1<unknown, unknown>