0.0.3 • Published 3 years ago

@michilabs/paypal-js v0.0.3

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

Usage

Install package:

# npm
npm install @michilabs/paypal-js

# yarn
yarn add @michilabs/paypal-js

# pnpm
pnpm install @michilabs/paypal-js

Import:

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

// CommonJS
const { createClient } = require('@michilabs/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.

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago