0.0.11 • Published 6 years ago

ts-log-decorator v0.0.11

Weekly downloads
5
License
UNLICENSED
Repository
github
Last release
6 years ago

@TypeScript Log Decorator

A Node.js module that allow fast logging of class creation, methods and its arguments

Installation

npm install ts-log-decorator --D

Usage

TypeScript

import { log } from 'ts-log-decorator';
@log() class User {
    private: _name: string
    @log() setUser(@log() name: string): string {
        this._name = name;
    }
};
0.0.11

6 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago

0.0.0

6 years ago