UNPKG
@myno_21/imdb-scraper
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
Get imdb information easily & quickly.
github.com/TrishCX/Imdb-Scraper
@myno_21/imdb-scraper
/
src
/
common
/
index.d.ts
4 lines
(3 loc)
•
191 B
TypeScript
View Raw
1
2
3
4
export
{
default
as
intToString }
from
"./initToString.js"
;
export
{
default
as
ordinalSuffix }
from
"./ordinalSuffix.js"
;
export
{
default
as
getReleaseDate }
from
"./getReleaseDate.js"
;