0.0.1 • Published 3 years ago

@imlautaro/paypal-js v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

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.