UNPKG

framer-motion

Version:

A simple and powerful React animation library

7 lines (5 loc) 168 B
/** * Tests a provided value against a ValueType */ var testValueType = function (v) { return function (type) { return type.test(v); }; }; export { testValueType };