UNPKG

tw-table

Version:

table designed with tailwind and tanstack-table.

4 lines (3 loc) 126 B
export default function isNumeric(val: string): boolean { return !isNaN(parseFloat(val)) && isFinite(parseFloat(val)); }