UNPKG

azure-functions-swagger-ui

Version:

A simple npm module that integrates Swagger UI into Azure Functions, providing a user-friendly interface to visualize and interact with your API endpoints. Perfect for documenting and testing Azure Functions with minimal setup.

5 lines (4 loc) 142 B
declare const tmpdir: string; export declare const package_path: string; export default tmpdir; export declare function deleteTmpDir(): void;