UNPKG

cafebazaar-purchase-validator

Version:

easily validate purchase in app billing of Cafebazaar API

8 lines (7 loc) 204 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.appLog = void 0; var appLog = function (value) { console.log("".concat(value)); }; exports.appLog = appLog;