UNPKG

succulent

Version:

Powerful and easy runtime type checking

6 lines 143 B
export function matches(expression) { return function (t) { return expression.test(t); }; } //# sourceMappingURL=matches.js.map