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

11 lines (10 loc) 347 B
/** * FileHandler class to handle file operations such as copying directories, * removing decorators, and cleaning directories. */ export declare class FileHandler { createTempProjectWithoutDecorators(tempFolder: string): void; private copyDirectory; private removeDecorators; cleaningDirectory(diarectoryPath: string): void; }