|
|
@ -18,7 +18,7 @@ npm install v8type |
|
|
* `FUNCTION - `'function'` |
|
|
* `FUNCTION - `'function'` |
|
|
* `NULL` - `'null'` |
|
|
* `NULL` - `'null'` |
|
|
* `NUMBER` - `'number'` |
|
|
* `NUMBER` - `'number'` |
|
|
* `NUMBER_OBJECT` - `'number_object'` (`new Number(1)) |
|
|
|
|
|
|
|
|
* `NUMBER_OBJECT` - `'number_object'` (`new Number(1)`) |
|
|
* `OBJECT` - `'object'` |
|
|
* `OBJECT` - `'object'` |
|
|
* `PRIMITIVE` - `'primitive'` (useful with `v8type.instance` function only) |
|
|
* `PRIMITIVE` - `'primitive'` (useful with `v8type.instance` function only) |
|
|
* `REGEXP` - `'regexp'` |
|
|
* `REGEXP` - `'regexp'` |
|
|
|