UNPKG
@marketicons/markets
Version:
latest (1.0.0)
1.0.0
Market codes and names
@marketicons/markets
/
dist
/
bist.d.ts
4 lines
(3 loc)
•
115 B
TypeScript
View Raw
1
2
3
4
import
{
MarketInfo
}
from
"./types"
;
declare
const
BistData
:
Record
<
string
,
MarketInfo
>;
export
default
BistData
;