Skip to content

Commit

Permalink
Utils _ (underscore lib) context removed web3#4403
Browse files Browse the repository at this point in the history
  • Loading branch information
JahanzebNawaz committed Oct 1, 2021
1 parent 50afcd0 commit 83ffd70
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions docs/web3-utils.rst
Original file line number Diff line number Diff line change
Expand Up @@ -89,36 +89,6 @@ Example
------------------------------------------------------------------------------

_
=====================

.. code-block:: javascript
web3.utils._()
The `underscore <http://underscorejs.org>`_ library for many convenience JavaScript functions.

See the `underscore API reference <http://underscorejs.org>`_ for details.

-------
Example
-------

.. code-block:: javascript
var _ = web3.utils._;
_.union([1,2],[3]);
> [1,2,3]
_.each({my: 'object'}, function(value, key){ ... })
...
------------------------------------------------------------------------------

.. _utils-bn:
Expand Down

0 comments on commit 83ffd70

Please sign in to comment.