mikel 0.33.0 → 0.33.1
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 +0 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -700,9 +700,6 @@ const result = m("Users: {{=fullName ...user1}} and {{=fullName ...user2}}", dat
|
|
|
700
700
|
console.log(result); // --> "Users: John Doe and Alice Smith"
|
|
701
701
|
```
|
|
702
702
|
|
|
703
|
-
Of course, Jose — here’s a version of the **Subexpressions** documentation written to perfectly match the tone, structure, and formatting conventions of the current README.
|
|
704
|
-
It follows the same patterns: short intro, version note, examples, concise explanations, no extra fluff.
|
|
705
|
-
|
|
706
703
|
### Subexpressions
|
|
707
704
|
|
|
708
705
|
> Added in `v0.30.0`.
|