Commit b840702c b840702c49d930c342d420e52232767151d48a40 by Mickaël Andrieu

Added documentation for new Utils.betterInstanceOf method()

1 parent 893e1eea
......@@ -24,6 +24,13 @@ Usage is pretty much straightforward::
Provides a better ``typeof`` operator equivalent, eg. able to retrieve the ``Array`` type.
``betterInstanceOf()``
-------------------------------------------------------------------------------
**Signature:** ``betterInstanceOf(input, constructor)``
Provides a better ``instanceof`` operator equivalent, eg. able to retrieve the ``Array`` type or to deal with inheritance.
.. index:: dump, Serialization, Debugging, JSON
.. _utils_dump:
......