UNPKG
@newbiz/sohomall-libs
Version:
latest (0.1.0)
0.1.0
0.0.3
0.0.2
0.0.1
신사업개발실 원더FE개발팀 소호몰 전용 라이브러리
@newbiz/sohomall-libs
/
dist
/
coupon.d.ts
6 lines
(5 loc)
•
159 B
TypeScript
View Raw
1
2
3
4
5
6
///
<reference types="jQuery" />
interface
Window
{ jQuery: JQuery; }
declare function
makeshopCouponDownload
(
couponNum:
string
, brandCode:
string
):
void
;