Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 924 Bytes

File metadata and controls

34 lines (20 loc) · 924 Bytes

One or two sentences: what the package is and its role in the system.

Purpose

Why this package exists, what problem it solves, where its responsibility boundary lies.

Public API / exports

The key exports (src/index.ts or entry points) that other packages consume.

Depends on

  • @languages-learner/<...> — why.

Used in

  • apps/<...>, @languages-learner/<...> — how.

Notes

Non-obvious constraints, gotchas, generated files, environment requirements.

Links