@koibanx/checkout-dw-sdk
TypeScript icon, indicating that this package has built-in type declarations

0.0.3 • Public • Published

Koibanx Checkout DW SDK

Checkout DW SDK based in module Checkout DW

Description

The Module Checkout DW handles:

SDK Documentation

Feast yourself

Installation

npm install @koibanx/checkout-dw-sdk

NOTE: you must have the npm token in your .npmrc file


Initialization

Node

Using ES6 import

import CheckoutDwSdk from '@koibanx/checkout-dw-sdk';

const checkoutDw = CheckoutDwSdk({
  baseURL: 'http://your-url',
});

With require

exports.__esModule = true;
const CheckoutDwSdk = require('@koibanx/checkout-dw-sdk')["default"];

const checkoutDw = CheckoutDwSdk({
  baseURL: 'http://your-url',
});

Types

  • Typescript (@koibanx/checkout-dw-sdk/dist/index.d.ts)

Examples

Using ES6 import

import CheckoutDwSdk from "@koibanx/checkout-dw-sdk";

const checkoutDw = CheckoutDwSdk({
    baseURL: 'http://your-url',
})

Readme

Keywords

none

Package Sidebar

Install

npm i @koibanx/checkout-dw-sdk

Weekly Downloads

235

Version

0.0.3

License

ISC

Unpacked Size

19.1 kB

Total Files

17

Last publish

Collaborators

  • npm_koibanx
  • infra-koibanx