UNPKG

svelte-motion

Version:

Svelte animation library based on the React library framer-motion.

11 lines (9 loc) 237 B
/** based on framer-motion@4.0.3, Copyright (c) 2018 Framer B.V. */ /** * Tests a provided value against a ValueType */ var testValueType = function (v) { return function (type) { return type.test(v); }; }; export { testValueType };