@imlautaro/paypal-js
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

Usage

Install package:

# npm
npm install @imlautaro/paypal-js

# yarn
yarn add @imlautaro/paypal-js

# pnpm
pnpm install @imlautaro/paypal-js

Import:

// ESM
import { createClient } from '@imlautaro/paypal-js'

// CommonJS
const { createClient } = require('@imlautaro/paypal-js')

💻 Development

  • Clone this repository
  • Enable Corepack using corepack enable (use npm i -g corepack for Node.js < 16.10)
  • Install dependencies using pnpm install
  • Run interactive tests using pnpm dev

License

Made with 💙

Published under MIT License.

Readme

Keywords

none

Package Sidebar

Install

npm i @imlautaro/paypal-js

Weekly Downloads

0

Version

0.0.1

License

MIT

Unpacked Size

8.59 kB

Total Files

6

Last publish

Collaborators

  • imlautaro