@webalternatif/ts-utils A set of Typescript utility functions. Installation yarn add @webalternatif/ts-utils Usage import { isNumber } from '@webalternatif/ts-utils'; console.log(isNumber(3.14)); See index.ts for the list of all available functions. Run tests yarn test