UNPKG

pixel-utils

Version:
3 lines 95 B
export default function hasNoData(noDataValue, pixel) { return pixel.includes(noDataValue); }