Hyperlinkv0.8.0-beta.28

QueueHyperlink

export const schemaVersionOf = (schema: Schema.Top): number => {
  const annotated = Schema.resolveAnnotations(schema)?.[schemaVersionAnnotation];
  return typeof annotated === "number" ? annotated : 1;
};
Referenced by 1 symbols