0.1.24 • Published 4 months ago

@bedunkevich/atol v0.1.24

Weekly downloads
52
License
MIT
Repository
github
Last release
4 months ago

@bedunkevich/atol

License Library minified size Library minified + gzipped size

Installation

This library is published in the NPM registry and can be installed using any compatible package manager.

npm install @bedunkevich/atol --save

# For Yarn, use the command below.
yarn add @bedunkevich/atol

Installation from CDN

This module has an UMD bundle available through JSDelivr and Unpkg CDNs.

<script
  src="https://cdnjs.cloudflare.com/ajax/libs/ajv/7.0.2/ajv7.min.js"
  integrity="sha512-FcNbhlhTHDOM2X6P+6PLsmG6iH+Z6pphlYUD1eJgRTNrHngb/DUvTYMGSd+ccaoJUVy6xto9sQjiM8KGN2mRrA=="
  crossorigin="anonymous"
></script>
<script>
  (function () {
    const Ajv = window.ajv7.default;
  })();
</script>
<script src="https://unpkg.com/axios@0.21.1/dist/axios.min.js"></script>

<!-- For UNPKG use the code below. -->
<script src="https://unpkg.com/@bedunkevich/atol"></script>

<!-- For JSDelivr use the code below. -->
<script src="https://cdn.jsdelivr.net/npm/@bedunkevich/atol"></script>

<script>
  const Atol = atol.init({
    session: {
      taxationType: 'usnIncome',
      operator: {
        name: 'Name',
        vatin: '123',
      },
    },
  });
</script>

Documentation

Documentation generated from source files by Typedoc.

License

Released under MIT License.

0.1.24

4 months ago

0.1.21

5 months ago

0.1.22

5 months ago

0.1.23

5 months ago

0.1.20

5 months ago

0.1.16

1 year ago

0.1.17

1 year ago

0.1.18

1 year ago

0.1.19

1 year ago

0.1.15

3 years ago

0.1.14

3 years ago

0.1.12

3 years ago

0.1.13

3 years ago

0.1.11

3 years ago

0.1.10

3 years ago

0.1.9

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago