I hereby claim:
- I am deansheather on github.
- I am deansheather (https://keybase.io/deansheather) on keybase.
- I have a public key whose fingerprint is 09AC 3017 A7E5 9F5A 72B9 2B20 B574 DF7C AFDC FAA3
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| 'use strict' | |
| /** | |
| * Output a string representation of the type of an object. | |
| * | |
| * @param {*} a - Input object. | |
| * @return {string} - Correct input object type. | |
| */ | |
| var typeTest = function (a) { | |
| switch (a) { |