UNPKG

@ilhamtahir/ts-mapper

Version:

[![npm version](https://img.shields.io/npm/v/@ilhamtahir/ts-mapper.svg)](https://www.npmjs.com/package/@ilhamtahir/ts-mapper) [![npm downloads](https://img.shields.io/npm/dm/@ilhamtahir/ts-mapper.svg)](https://www.npmjs.com/package/@ilhamtahir/ts-mapper)

4 lines (3 loc) 163 B
import 'reflect-metadata'; import type { MappingOptions } from '../types/mapping.type'; export declare function Mapping(options: MappingOptions): MethodDecorator;