UNPKG

underscore-es

Version:

javaScript's functional programming helper library for ES6 and beyond.

5 lines (4 loc) 176 B
// `_matcher` : an utility's function // ----------------------------------- // The cornerstone, a `matcher` implementation, aka `matches`. export {default} from './matches';