Module: jster

jster

Module that provides means to check/search in JSter.
Source:

Methods

<static> detect(name, callback, settings)

Check whether library with the specified name is existent, or make search for the specified string. Data about found libraries will be passed into callback as array. If no library is found, empty array will be passed into callback.
Parameters:
Name Type Argument Description
name String Name of the library to check or string to search for.
callback function Function that should be called to process operation's result.
settings Object <optional>
Operation settings. The following settings are supported (name - type - description):
  • caseSensitive - Boolean - Whether case-sensitive check/search should be used
  • partialMatch - Integer - Allow partial matching when checking name: 0 - disallow (by default), 1 - allow at the beginning of matching strings, 2 - allow substring matching
  • search - Boolean - Whether search should be made instead of check
  • limit - Integer - Limit of quantity of results
Source:
Copyright (c) 2014 Denis Sikuler
Documentation generated by JSDoc 3.2.2 on Thu Aug 21 2014 23:46:52 GMT+0400 (MSK) using the DocStrap template.