UNPKG

pixel-utils

Version:
9 lines (8 loc) 189 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = hasNoData; function hasNoData(noDataValue, pixel) { return pixel.includes(noDataValue); }