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

2 lines (1 loc) 120 B
export { hasWildcard, createWildcardRegex, getCachedRegex, hasNegation, removeNegation, } from './pattern-matching.js';