UNPKG

@uuv/runner-commons

Version:
18 lines (17 loc) 495 B
/** * Software Name : UUV * * SPDX-License-Identifier: MIT * * This software is distributed under the MIT License, * see the "LICENSE" file for more details * * Authors: NJAKO MOLOM Louis Fredice & SERVICAL Stanley * Software description: Make test writing fast, understandable by any human * understanding English or French. */ export declare class AutocompletionSuggestion { suggestion: string; link: string; } export declare function runGenerateDoc(destDir: string): void;