JSPM

tw-voucher

1.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 3
  • Score
    100M100P100Q39160F
  • License GPL-3.0

Redeem อั่งเปา True Money Wallet ด้วย Node.js

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-voucher

Example

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);