UNPKG

framer-motion

Version:

A simple and powerful JavaScript animation library

7 lines (5 loc) 134 B
/** * Tests a provided value against a ValueType */ const testValueType = (v) => (type) => type.test(v); export { testValueType };