fabiospampinato / is

The definitive collection of is* functions for runtime type checking. Lodash-compatible, tree-shakable, with types.
MIT License
16 stars 2 forks source link

Aliases? #5

Open danielbayley opened 2 months ago

danielbayley commented 2 months ago

For example isNullish => isNil

fabiospampinato commented 2 months ago

Maybe, although in general I tend to prefer having one way of doing things.

What are all the aliases that you would suggest?