UNPKG
@fabrix/spool-cart
Version:
latest (1.6.13)
1.6.13
1.6.12
1.6.11
1.6.10
1.6.9
1.6.8
1.6.7
1.6.6
1.6.5
1.6.4
1.6.3
1.6.2
1.6.1
1.6.0
1.5.19
1.5.18
1.5.17
1.5.16
1.5.15
1.5.14
1.5.13
1.5.12
1.5.11
1.5.10
1.5.9
1.5.8
1.5.7
1.5.6
1.5.4
1.5.3
1.5.2
1.5.1
1.5.0
1.1.16
1.1.15
1.1.14
1.1.13
1.1.12
1.1.11
1.1.10
1.1.9
1.1.8
1.1.7
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
Spool - eCommerce Spool for Fabrix
fabrix.app
fabrix-app/spool-cart
@fabrix/spool-cart
/
dist
/
api
/
services
/
GiftCardService.js
8 lines
(7 loc)
•
259 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
const
common_1 =
require
(
"@fabrix/fabrix/dist/common"
);
class
GiftCardService
extends
common_1.FabrixService
{
resolve
(
giftCard
) { } }
exports
.
GiftCardService
=
GiftCardService
;