axis icon indicating copy to clipboard operation
axis copied to clipboard

Simple JavaScript type checking module. Returns a Boolean for each type check.

Results 3 axis issues
Sort by recently updated
recently updated
newest added

Created an axis.d.ts TypeScript Type Definition file. This enables axis to be used in a typescript file using the recommended 'import' syntax, instead of using 'require'. The Type Definition file...

Now you can actually ask axis what IS the item :) instead of just comparing. No reason to hide a method that already exists there anyways.

Hi Todd, I had installed the 'axis' module (with $ npm install axis). When I tried to use it, I got the following error: ------- My Code -------- var axis...