UNPKG
associativearray
Version:
latest (3.0.3)
3.0.3
3.0.2
3.0.1
3.0.0
2.1.0
2.0.0
1.2.2
1.2.1
1.2.0
1.1.0
1.0.0
Associative array
github.com/webdevelopland/associativearray
webdevelopland/associativearray
associativearray
/
js
/
validation.d.ts
4 lines
(3 loc)
•
194 B
TypeScript
View Raw
1
2
3
4
import
{
AssociativeArray
}
from
'./associativearray'
;
export
declare
function
isAssociativeArray
(
object
:
AssociativeArray
):
boolean
;
export
declare
function
isDictionary
(
object
:
any
):
boolean
;