@@ -40,7 +40,7 @@ var ns = {};
40
40
* @name binary
41
41
* @memberof ns
42
42
* @readonly
43
- * @type {Function }
43
+ * @type {string }
44
44
* @see {@link module:@stdlib/math/base/napi/binary }
45
45
*/
46
46
setReadOnly ( ns , 'binary' , require ( '@stdlib/math/base/napi/binary' ) ) ;
@@ -49,7 +49,7 @@ setReadOnly( ns, 'binary', require( '@stdlib/math/base/napi/binary' ) );
49
49
* @name quaternary
50
50
* @memberof ns
51
51
* @readonly
52
- * @type {Function }
52
+ * @type {string }
53
53
* @see {@link module:@stdlib/math/base/napi/quaternary }
54
54
*/
55
55
setReadOnly ( ns , 'quaternary' , require ( '@stdlib/math/base/napi/quaternary' ) ) ;
@@ -58,7 +58,7 @@ setReadOnly( ns, 'quaternary', require( '@stdlib/math/base/napi/quaternary' ) );
58
58
* @name quinary
59
59
* @memberof ns
60
60
* @readonly
61
- * @type {Function }
61
+ * @type {string }
62
62
* @see {@link module:@stdlib/math/base/napi/quinary }
63
63
*/
64
64
setReadOnly ( ns , 'quinary' , require ( '@stdlib/math/base/napi/quinary' ) ) ;
@@ -67,7 +67,7 @@ setReadOnly( ns, 'quinary', require( '@stdlib/math/base/napi/quinary' ) );
67
67
* @name ternary
68
68
* @memberof ns
69
69
* @readonly
70
- * @type {Function }
70
+ * @type {string }
71
71
* @see {@link module:@stdlib/math/base/napi/ternary }
72
72
*/
73
73
setReadOnly ( ns , 'ternary' , require ( '@stdlib/math/base/napi/ternary' ) ) ;
@@ -76,7 +76,7 @@ setReadOnly( ns, 'ternary', require( '@stdlib/math/base/napi/ternary' ) );
76
76
* @name unary
77
77
* @memberof ns
78
78
* @readonly
79
- * @type {Function }
79
+ * @type {string }
80
80
* @see {@link module:@stdlib/math/base/napi/unary }
81
81
*/
82
82
setReadOnly ( ns , 'unary' , require ( '@stdlib/math/base/napi/unary' ) ) ;
0 commit comments