UNPKG

@paddle/paddle-node-sdk

Version:

A Node.js SDK that you can use to integrate Paddle Billing with applications written in server-side JavaScript.

5 lines (4 loc) 248 B
export type { ErrorResponse, ResponsePaginated, Response, ErrorDetail, ErrorField } from './types/response.js'; export type { PaddleOptions } from './types/config.js'; export * from './api/index.js'; export { ApiError } from './errors/generic.js';