1.2.32 • Published 7 years ago

@clarketm/supermergesort v1.2.32

Weekly downloads
1
License
MIT
Repository
-
Last release
7 years ago

MergeSort

NPM release

MergeSort with superpowers! 💪

Individual Module Installation

Yarn

$ yarn add @clarketm/supermergesort

Npm

$ npm install @clarketm/supermergesort --save

API

mergeSort(arr: Array<Item>, comparator: Comparator): Array<Item>

NameTypeAttributeDescription
arrArrayarray to sort
comparator*nullable: undefined, optional: true, default: _defaultComparator
1.2.32

7 years ago

1.2.31

7 years ago

1.2.25

7 years ago

1.2.20

7 years ago

1.2.18

7 years ago

1.2.17

7 years ago

1.2.16

7 years ago

1.2.15

7 years ago

1.2.14

7 years ago

1.2.13

7 years ago

1.2.12

7 years ago

1.2.11

7 years ago