UNPKG
patro
Version:
latest (0.0.4-beta)
0.0.4-beta
0.0.3-beta
0.0.2-beta
0.0.1-beta
AD and BS Calendar
patro
/
dist
/
utils
/
ad_utils
/
index.d.ts
4 lines
(3 loc)
•
105 B
TypeScript
View Raw
1
2
3
4
declare
const
getRawAdDates
:
(
...
args
:
any
) =>
any
[];
export
{ getRawAdDates };
export
*
from
'./ad2bs'
;