We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26a248d commit cfda374Copy full SHA for cfda374
1 file changed
lib/node_modules/@stdlib/utils/compose/docs/repl.txt
@@ -34,7 +34,7 @@
34
> function c( x ) {
35
... return x / 5;
36
... }
37
- > var f = compose( c, b, a );
+ > var f = {{alias}}( c, b, a );
38
> var z = f( 6 )
39
3
40
0 commit comments