UNPKG

svelte-motion

Version:

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

9 lines (8 loc) 240 B
/** based on framer-motion@4.1.17, Copyright (c) 2018 Framer B.V. */ /** * Check if value is a numerical string, ie a string that is purely a number eg "100" or "-100.1" */ export declare const isNumericalString: (v: string) => boolean;