Front end of the Slack clone application.

isNumeric.d.ts 60B

12
  1. export declare function isNumeric(val: any): val is number;