UNPKG

sugar

Version:

A Javascript utility library for working with native objects.

11 lines (9 loc) 179 B
'use strict'; function getSortOrderIndex(chr, sortOrder) { if (!chr) { return null; } else { return sortOrder.indexOf(chr); } } module.exports = getSortOrderIndex;