We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4601154 commit 6e650afCopy full SHA for 6e650af
README.md
@@ -1,2 +1,6 @@
1
-# Mixin
2
-Mixin behavior, structure and relations
+# Mixin behavior, structure and relations
+
3
+Tasks:
4
+- see examples
5
+- implement `extend(obj, ...objects)` so keys from objects will be mixed into obj only if it doesn't contain those keys
6
+- implement `wrap(obj, ...funcs)` so if obj contains func.name it should be wrapped
0 commit comments