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

0.0.10 • Public • Published

Koibanx Ledger DW SDK

Ledger DW SDK based in module Ledger DW

Description

The Module Ledger DW handles:

SDK Documentation

Feast yourself

Installation

npm install @koibanx/ledger-dw-sdk

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


Initialization

Node

Using ES6 import

import LedgerDwSdk from '@koibanx/ledger-dw-sdk';

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

With require

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

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

Types

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

Examples

Using ES6 import

import LedgerDwSdk from "@koibanx/ledger-dw-sdk";

const ledgerDw = LedgerDwSdk({
    baseURL: 'http://your-url',
})

Readme

Keywords

none

Package Sidebar

Install

npm i @koibanx/ledger-dw-sdk

Weekly Downloads

210

Version

0.0.10

License

ISC

Unpacked Size

25.6 kB

Total Files

17

Last publish

Collaborators

  • npm_koibanx
  • infra-koibanx