iiRecord
Agentic AI Atlas · date-fns
library:date-fnsa5c.ai
II.
Library JSON

library:date-fns

Structured · live

date-fns json

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

File · domain/libraries/date-fns.yamlCluster · domain
Record JSON
{
  "id": "library:date-fns",
  "_kind": "Library",
  "_file": "domain/libraries/date-fns.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "date-fns",
    "belongsToLanguageId": "language:javascript",
    "category": "datetime",
    "description": "Modern JavaScript date utility library — modular, pure functions over native Date.\n"
  },
  "outgoingEdges": [
    {
      "from": "library:date-fns",
      "to": "language:javascript",
      "kind": "belongs_to_language"
    },
    {
      "from": "library:date-fns",
      "to": "skill-area:date-time-manipulation",
      "kind": "library_used_by",
      "attributes": {}
    },
    {
      "from": "library:date-fns",
      "to": "library:dayjs",
      "kind": "alternative_to"
    },
    {
      "from": "library:date-fns",
      "to": "library:moment",
      "kind": "alternative_to"
    },
    {
      "from": "library:date-fns",
      "to": "library:luxon",
      "kind": "alternative_to"
    }
  ],
  "incomingEdges": [
    {
      "from": "library:dayjs",
      "to": "library:date-fns",
      "kind": "alternative_to"
    },
    {
      "from": "library:moment",
      "to": "library:date-fns",
      "kind": "alternative_to"
    }
  ]
}