UNPKG

ts-collection

Version:

This is re-write of the java collection classes in typescript. There is some tweak as typescript templates are not as equivalent as Java.

10 lines (9 loc) 264 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function isComparator(param) { if (param === undefined || param === null) { return false; } return param.compare !== undefined; } exports.isComparator = isComparator;