Class Aliases

class Aliases
This is not a class but an index of function aliases available on the main NoDash class

Defined in: main.js, line 2390

Description (skip)

This is not a class but an index of function aliases available on the main NoDash class.

Aliases improve COMPATIBILITY with standard ECMAScript, Underscore and LoDash API.

Use Show code to see the function targeted by an alias.

Properties

all

Underscore

Defined in: main.js, line 2400Show code

all:            'every',                // Underscore
any

Underscore

Defined in: main.js, line 2401Show code

any:            'some',                 // Underscore
contains

Underscore

Defined in: main.js, line 2402Show code

contains:       'includes',             // Underscore
drop

Underscore/LoDash

Defined in: main.js, line 2407Show code

drop:           'rest',                 // Underscore/LoDash
dropRight

LoDash

Defined in: main.js, line 2409Show code

dropRight:      'initial',              // LoDash
each

Underscore/LoDash

Defined in: main.js, line 2399Show code

each:           'forEach',              // Underscore/LoDash
extend

Underscore/LoDash

Defined in: main.js, line 2404Show code

extend:         'assign',               // Underscore/LoDash
findKey

Underscore/LoDash

Defined in: main.js, line 2422Show code

findKey:        'findIndex',            // Underscore/LoDash
flatten

Underscore/LoDash

Defined in: main.js, line 2410Show code

flatten:        'flat',                 // Underscore/LoDash
flattenDepth

LoDash

Defined in: main.js, line 2411Show code

flattenDepth:   'flat',                 // LoDash
forOwn

LoDash

Defined in: main.js, line 2423Show code

forOwn:         'forEach',              // LoDash
fromPairs

LoDash

Defined in: main.js, line 2412Show code

fromPairs:      'fromEntries',          // LoDash
head

Underscore/LoDash

Defined in: main.js, line 2413Show code

head:           'first',                // Underscore/LoDash
invert

Underscore/LoDash

Defined in: main.js, line 2424Show code

invert:         'flip',                 // Underscore/LoDash
keyBy

LoDash

Defined in: main.js, line 2418Show code

keyBy:          'indexBy',              // LoDash
mapValues

LoDash

Defined in: main.js, line 2425Show code

mapValues:      'map',                  // LoDash
maxBy

LoDash

Defined in: main.js, line 2420Show code

maxBy:          'max',                  // LoDash
minBy

LoDash

Defined in: main.js, line 2421Show code

minBy:          'min',                  // LoDash
nth

LoDash

Defined in: main.js, line 2429Show code

nth:            'at',                   // LoDash
pairs

Underscore

Defined in: main.js, line 2427Show code

pairs:          'entries',              // Underscore
remove

LoDash

Defined in: main.js, line 2416Show code

remove:         'reject',               // LoDash
sampleSize

LoDash

Defined in: main.js, line 2419Show code

sampleSize:     'shuffle',              // LoDash
tail

Underscore/LoDash

Defined in: main.js, line 2408Show code

tail:           'rest',                 // Underscore/LoDash
take

Underscore/LoDash

Defined in: main.js, line 2414Show code

take:           'first',                // Underscore/LoDash
takeRight

LoDash

Defined in: main.js, line 2415Show code

takeRight:      'last',                 // LoDash
toPairs

LoDash

Defined in: main.js, line 2426Show code

toPairs:        'entries',              // LoDash
transform

LoDash

Defined in: main.js, line 2428Show code

transform:      'reduce',               // LoDash
trimLeft

ECMAScript alias

Defined in: main.js, line 2405Show code

trimLeft:       'trimStart',            // ECMAScript alias
trimRight

ECMAScript alias

Defined in: main.js, line 2406Show code

trimRight:      'trimEnd',              // ECMAScript alias
uniq

Underscore/LoDash

Defined in: main.js, line 2403Show code

uniq:           'unique',               // Underscore/LoDash
zipObject

LoDash

Defined in: main.js, line 2417Show code

zipObject:      'object',               // LoDash