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.
unaryFactory
1 parent 4b8fd47 commit a4b312dCopy full SHA for a4b312d
lib/node_modules/@stdlib/math/array/tools/lib/index.js
@@ -45,6 +45,15 @@ var ns = {};
45
*/
46
setReadOnly( ns, 'unary', require( '@stdlib/math/array/tools/unary' ) );
47
48
+/**
49
+* @name unaryFactory
50
+* @memberof ns
51
+* @readonly
52
+* @type {Function}
53
+* @see {@link module:@stdlib/math/array/tools/unary-factory}
54
+*/
55
+setReadOnly( ns, 'unaryFactory', require( '@stdlib/math/array/tools/unary-factory' ) );
56
+
57
58
// EXPORTS //
59
0 commit comments