MCPcopy Create free account
hub / github.com/stdlib-js/stdlib / addNonParamAttributes

Function addNonParamAttributes

tools/docs/jsdoc/templates/html/publish.js:127–135  ·  view source on GitHub ↗
(items)

Source from the content-addressed store, hash-verified

125}
126
127function addNonParamAttributes(items) {
128 var types = [];
129
130 items.forEach(function(item) {
131 types = types.concat( buildItemTypeStrings(item) );
132 });
133
134 return types;
135}
136
137function addSignatureParams(f) {
138 var params = f.params ? addParamAttributes(f.params) : [];

Callers 1

addSignatureReturnsFunction · 0.85

Calls 1

buildItemTypeStringsFunction · 0.85

Tested by

no test coverage detected