@with-types/is-max
v1.0.0
Published
The [`is-max`](https://www.npmjs.com/package/is-max) package recreated in TypeScript. ## USE ```ts import isMax from "@with-types/is-max"
Readme
@with-types/is-max
The is-max package recreated in TypeScript.
USE
import isMax from "@with-types/is-max"
isMax("Hello!", 4) // false
isMax("Hi!", 5) // true