@nesso-how/types
v0.1.0-alpha.34
Published
Nesso shared TypeScript types — graph, node, edge, settings, FSRS
Readme
@nesso-how/types
Shared TypeScript types for Nesso — nodes, edges, settings, FSRS fields.
Install
npm install @nesso-how/typesUsage
import type { ConceptNodeData, NessoSettings } from '@nesso-how/types'
import { defaultConceptReviewFields, nodeToCard } from '@nesso-how/types'LearningNodeParams, defaultConceptReviewFields, and VOCABULARY originate in the
@nesso-how/vocab-learning vocabulary and are re-exported here for convenience; nodeToCard
and ConceptNodeData are defined in this package.
License
MIT
