@patrickdlogan/cstr

1.0.2 • Public • Published

CSTR

A CSTR Variable is like a spreadsheet cell. One-way constraint variables with lazy mark and sweep dependency maintenance.

What is this repository for?

  • A Variable value can be any data or a formula that computes a value by depending on the values of other variables.
  • Changes to variables are propagated lazily, automatically.
  • Version 1.0.0

How do I get set up?

  • Provided as an ES module in a node package
  • Install: npm install @patrickdlogan/cstr
  • No configuration
  • No runtime dependencies
  • Testing: npm run test
  • See the JSDoc... link... TBD

Contribution guidelines

  • Writing tests
  • Code review
  • Other guidelines

Who do I talk to?

  • Patrick Logan

Package Sidebar

Install

npm i @patrickdlogan/cstr

Weekly Downloads

1

Version

1.0.2

License

ISC

Unpacked Size

1.07 MB

Total Files

36

Last publish

Collaborators

  • patrickdlogan