mnemonica 0.9.99779 → 0.9.99780
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -54,10 +54,9 @@ Mnemonica helps create ordered sequences of data transformations using prototype
|
|
|
54
54
|
Think of it as a mathematical function `f(x) => y` where `this` is your persistent data structure and transformations are applied sequentially.
|
|
55
55
|
|
|
56
56
|
> *"O Great Mnemosyne! Please! Save us from Oblivion..."*
|
|
57
|
+
>
|
|
57
58
|
> — from the source, where memory persists
|
|
58
59
|
|
|
59
|
-

|
|
60
|
-
|
|
61
60
|
**Key Features:**
|
|
62
61
|
- Factory of Constructors with Prototype Chain Inheritance
|
|
63
62
|
- Instance-level inheritance (not just class-level)
|