UNPKG

@mcabreradev/filter

Version:

A powerful, SQL-like array filtering library for TypeScript and JavaScript with advanced pattern matching, MongoDB-style operators, deep object comparison, and zero dependencies

3 lines (2 loc) 98 B
export const lowercase = (value) => value.toLowerCase(); export const equals = (a, b) => a === b;