UNPKG

@traversets/code-extractor

Version:

The TypeScript Code Extractor and Analyzer can be handy for RAG (Retrieval-Augmented Generation) systems for codebases. It provides a detailed and structured representation of the codebase that can be converted into embeddings, enabling more effective adv

12 lines (11 loc) 250 B
export declare enum RequestHeader { AUTHORIZATION = "authorization", CONTENT_TYPE = "Content-Type", ACCEPT = "accept", CONNECTION = "connection" } export declare enum HTTP_VERBS { GET = "GET", POST = "POST", PUT = "PUT" }