0.0.1 • Published 3 years ago
@imlautaro/paypal-js v0.0.1
Usage
Install package:
# npm
npm install @imlautaro/paypal-js
# yarn
yarn add @imlautaro/paypal-js
# pnpm
pnpm install @imlautaro/paypal-jsImport:
// ESM
import { createClient } from '@imlautaro/paypal-js'
// CommonJS
const { createClient } = require('@imlautaro/paypal-js')💻 Development
- Clone this repository
- Enable Corepack using
corepack enable(usenpm i -g corepackfor Node.js < 16.10) - Install dependencies using
pnpm install - Run interactive tests using
pnpm dev
License
Made with 💙
Published under MIT License.
0.0.1
3 years ago