2019-09-30 19:24:04 +02:00
2017-06-11 20:54:06 +02:00
2018-06-19 23:25:57 +02:00
2019-09-30 19:24:04 +02:00
2019-07-08 14:04:11 +02:00
2019-08-22 12:20:46 +02:00
2016-11-16 19:52:33 +01:00
2016-05-02 06:01:35 +02:00
2019-07-08 14:04:11 +02:00
2019-08-31 12:53:59 +02:00
2019-08-31 12:53:59 +02:00
2019-08-22 12:21:19 +02:00
2019-07-08 14:04:11 +02:00

@tsclass/tsclass

common classes for TypeScript

Status for master

build status coverage report npm downloads per month Known Vulnerabilities TypeScript node JavaScript Style Guide

Usage

Use TypeScript for best in class instellisense.

tsclass exposes many commonly used objects as interface to implement (-> extends keyword) by individual implementations. They come complete with best in class intellisense and are easy to require.

import { IInvoice } from 'tsclass';

class myOwnInvoice implements IInvoice {
  constructor() {
    super(); // you need to call super() in the constructor
  }
}

Time/Date

  • Date
  • Time

Publications/Websites/Blogs

  • Article
  • Author

Finance

  • Invoice

The modules in bold letters exist as own modules and can be used seperately

For further information read the linked docs at the top of this readme.

MIT licensed | © Lossless GmbH | By using this npm module you agree to our privacy policy

repo-footer

Description
No description provided
Readme 2 MiB
Languages
TypeScript 100%