II.
Library JSON
Structured · livelibrary:fp-ts
fp-ts json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:fp-ts",
"_kind": "Library",
"_file": "domain/libraries/libraries-ts-utilities-templates.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "fp-ts",
"belongsToLanguageId": "language:javascript",
"category": "functional",
"description": "Functional programming library for TypeScript providing type-safe\nabstractions — Option, Either, Task, IO, ReaderTaskEither — modelled\nafter Haskell's type class hierarchy.\n"
},
"outgoingEdges": [
{
"from": "library:fp-ts",
"to": "language:javascript",
"kind": "belongs_to_language"
},
{
"from": "library:fp-ts",
"to": "skill-area:code-quality",
"kind": "used_for"
}
],
"incomingEdges": [
{
"from": "library:effect-ts",
"to": "library:fp-ts",
"kind": "alternative_to"
}
]
}