paypay.x.js
Version:
Library for automate PayPay operations
13 lines (12 loc) • 306 B
JavaScript
// src/index.ts
import { PayPay } from "./base/index.js";
import { PayPayError } from "./erorr/index.js";
export * from "./utils/is.js";
export * from "./utils/parse.js";
export * from "./types.js";
export * from "./status/index.js";
export * from "./headers/index.js";
export {
PayPay,
PayPayError
};