Package Exports
- tw-voucher
- tw-voucher/build/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (tw-voucher) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Redeem อั่งเปา TrueMoney Wallet ด้วย Node.js
- เขียนขึ้นโดยใช้ Typescript
- มี Type Safety
- ไม่ปิดกั้นข้อมูล Response
- สามารถใช้ได้ทั้งโค๊ดอั่งเปาและ URL
- ดึงข้อมูลด้วย Regex ป้องกันการ Inject
- มีฟังชั่นสำหรับ Simplify ข้อมูล Response
- มีการลองซ้ำกรณีเน็ตช้าหรือระบบล่ม
- Auto-Complete สำหรับ Ts และ Js
Installation
npm i tw-voucherExample
JavaScript
const twVoucher = require("tw-voucher");
/** @type {import("tw-voucher").Voucher} */
twVoucher("เบอร์", "อั่งเปา").then(console.log);Typescript
import twVoucher from "tw-voucher";
twVoucher("เบอร์", "อั่งเปา").then(console.log);