2.0.0-next.2 • Published 3 years ago

@typemon/pipeline v2.0.0-next.2

Weekly downloads
91
License
MIT
Repository
gitlab
Last release
3 years ago

Pipeline - version license typescript-version gitlab-pipeline coverage

Installation

$ npm install @typemon/pipeline reflect-metadata

TypeScript

Configure metadata and decorator options.

{
    "emitDecoratorMetadata": true,
    "experimentalDecorators": true
}

Reflect Metadata

Import only once at the application entry point.

import 'reflect-metadata';

Usage

Sorry. Not yet documented. Please refer to the test code.