UNPKG
@nepse-helper/core
Version:
latest (0.1.3)
0.1.3
0.1.2
0.1.1
0.1.0
A helper library for NEPSE
@nepse-helper/core
/
dist
/
interfaces
/
api
/
index.d.ts
6 lines
(5 loc)
•
171 B
TypeScript
View Raw
1
2
3
4
5
6
export
*
from
"./prove"
;
export
*
from
"./market-open"
;
export
*
from
"./todays-price"
;
export
*
from
"./security"
;
export
type
PageSize
=
10
|
20
|
50
|
200
|
300
|
500
;