Skip to content

Commit

Permalink
feat: add aemptyLike to namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
kgryte committed Jul 7, 2023
1 parent 03fe8b9 commit 3ce7539
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions lib/node_modules/@stdlib/namespace/lib/namespace/a.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,20 @@ ns.push({
]
});

ns.push({
'alias': 'aemptyLike',
'path': '@stdlib/array/empty-like',
'value': require( '@stdlib/array/empty-like' ),
'type': 'Function',
'related': [
'@stdlib/array/empty',
'@stdlib/array/full-like',
'@stdlib/array/ones-like',
'@stdlib/array/zeros-like',
'@stdlib/ndarray/empty-like'
]
});

ns.push({
'alias': 'AFINN_96',
'path': '@stdlib/datasets/afinn-96',
Expand Down

0 comments on commit 3ce7539

Please sign in to comment.