You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

9 lines
322 B

/**
*
* Runs prettier and later prints the output configuration
*
* @param {string} outputPath - Path to write the config to
* @param {string} source - AST to write at the given path
* @returns {void} Writes a file at given location
*/
export declare function runPrettier(outputPath: string, source: string): void;