Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The JSMA namespaces provides the following methods:

namespace[] namespaces.find(term, [options={}]) | namespace[] namespaces.find(term, [limit])

Returns the JSMA namespace(s) that match the given term

...

Code Block
languagejs
linenumberstrue
... 
namespaces.find(term, {limit : 10})

namespaces.find(term, [limit]) // deprecated
...

Parameter term (required)

...