UNPKG

nralcm

Version:

This is a framework based on NodeJs to manage rest api request lifecycle

13 lines (12 loc) 304 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const functions_1 = require("../common/functions"); /** * Decorator for Repository */ function Repository() { return function (target) { functions_1.IsInjectable(target); }; } exports.Repository = Repository;