@boklisten/bl-model
TypeScript icon, indicating that this package has built-in type declarations

0.25.37 • Public • Published

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);
  }
}

Readme

Keywords

none

Package Sidebar

Install

npm i @boklisten/bl-model

Weekly Downloads

18

Version

0.25.37

License

MIT

Unpacked Size

57.4 kB

Total Files

157

Last publish

Collaborators

  • boklisten-lars
  • bladrian