UNPKG

arky-js

Version:

**Arky.js** is a powerful, annotation-based framework for building serverless applications on **AWS Lambda and API Gateway**. Inspired by Angular and NestJS, Arky.js simplifies serverless development by providing decorators for defining modules, controlle

9 lines (8 loc) 234 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Injectable = Injectable; function Injectable() { return function (target) { Reflect.defineMetadata("injectable", true, target); }; }