0.25.37 • Published 15 days ago

@boklisten/bl-model v0.25.37

Weekly downloads
58
License
MIT
Repository
github
Last release
15 days ago

Bl-model

A library containing the classes needed for the boklisten ecosystem.

Requires

Typescript 4+

Read more about typescript

Installation

This module can easily be installed by running yarn install `bash yarn install @boklisten/bl-model

## Development

Publish with
```bash
npm version patch && yarn pub
```

## Usage

Every class can now be used by importing it into your project and classes.

Example usage:

```typescript
import { Branch, CustomerItem } from "@boklisten/bl-model";

class SampleClass {
  branch: Branch;
  customerItem: CustomerItem;

  public printBranchName() {
    console.log(this.branch.name);
  }
}
0.25.37

15 days ago

0.25.36

30 days ago

0.25.35

1 month ago

0.25.33

2 months ago

0.25.34

2 months ago

0.25.32

3 months ago

0.25.30

4 months ago

0.25.27

5 months ago

0.25.28

5 months ago

0.25.18

9 months ago

0.25.19

9 months ago

0.25.17

9 months ago

0.25.25

6 months ago

0.25.26

6 months ago

0.25.21

7 months ago

0.25.22

7 months ago

0.25.24

6 months ago

0.25.20

8 months ago

0.25.14

11 months ago

0.25.15

11 months ago

0.25.16

11 months ago

0.25.10

11 months ago

0.25.11

11 months ago

0.25.12

11 months ago

0.25.13

11 months ago

0.25.9

11 months ago

0.25.8

1 year ago

0.25.7

2 years ago

0.25.6

2 years ago

0.25.5

2 years ago

0.25.4

3 years ago

0.25.3

3 years ago

0.25.2

3 years ago

0.25.1

3 years ago

0.25.0

3 years ago

0.24.1

3 years ago