add test for Ox.typeOf(localStorage)
This commit is contained in:
parent
c9474ee04e
commit
d793d7857d
1 changed files with 2 additions and 0 deletions
|
@ -364,6 +364,8 @@ Ox.typeOf <f> Returns the type of a value
|
|||
'object'
|
||||
> Ox.typeOf(new RegExp())
|
||||
'regexp'
|
||||
> Ox.typeOf(localStorage)
|
||||
'storage'
|
||||
> Ox.typeOf('')
|
||||
'string'
|
||||
> Ox.typeOf()
|
||||
|
|
Loading…
Reference in a new issue