UNPKG
value-index-pair-interface
Version:
latest (1.0.1)
1.0.1
1.0.0
TypeScript interface for object that represents a single array item
value-index-pair-interface
/
IValueIndexPair.js
4 lines
(3 loc)
•
138 B
JavaScript
View Raw
1
2
3
4
"use strict"
;
// Interface for object that represents a single array item.
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});