UNPKG

@kcirtaptrick/framer-motion

Version:

A simple and powerful React animation library

5 lines (4 loc) 170 B
/** * 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;