UNPKG

react-garden

Version:

React + TypeScript + ThreeJS app using Material UI on NextJS, Apollo Client, GraphQL + WordPress REST APIs, for ThreeD web development.. a part of the threed.ai code family.

4 lines (3 loc) 78 B
export const isFloat = n => { return typeof n === 'number' && n % 1 !== 0 }