iiRecord
Agentic AI Atlas · io-ts
library:io-tsa5c.ai
II.
Library JSON

library:io-ts

Structured · live

io-ts json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · domain/libraries/libraries-ts-utilities-templates.yamlCluster · domain
Record JSON
{
  "id": "library:io-ts",
  "_kind": "Library",
  "_file": "domain/libraries/libraries-ts-utilities-templates.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "io-ts",
    "belongsToLanguageId": "language:javascript",
    "category": "functional",
    "description": "Runtime type-checking library for TypeScript that doubles as a\ncodec for encoding/decoding data; integrates with fp-ts to return\nEither values instead of throwing on invalid input.\n"
  },
  "outgoingEdges": [
    {
      "from": "library:io-ts",
      "to": "language:javascript",
      "kind": "belongs_to_language"
    },
    {
      "from": "library:io-ts",
      "to": "skill-area:data-validation-sanitization",
      "kind": "used_for"
    },
    {
      "from": "library:io-ts",
      "to": "library:zod",
      "kind": "alternative_to"
    },
    {
      "from": "library:io-ts",
      "to": "library:yup",
      "kind": "alternative_to"
    },
    {
      "from": "library:io-ts",
      "to": "library:joi",
      "kind": "alternative_to"
    }
  ],
  "incomingEdges": [
    {
      "from": "library:zod",
      "to": "library:io-ts",
      "kind": "alternative_to"
    }
  ]
}