Class: MyIndex

MyIndex()

Library class is defined here

Constructor

new MyIndex()

Creates a new instance MyIndex
Source:

Methods

isTrue(value) → {Boolean}

Checks if value is truthy
Parameters:
Name Type Description
value any Any value to check for truthy
Source:
Returns:
Type
Boolean