UNPKG

@dot.indonesia/po-gen

Version:

This project has created to relieve work load as SDET or Automation Test Engineer. You just export the postman collection, and run this generator to write the automation code.

7 lines (6 loc) 260 B
/** * @description prettier plugin execution * @param {boolean | string[] | string} prettierExist prettier exist condition * @returns {Promise<void>} */ export declare const runPrettier: (prettierExist: boolean | string[] | string) => Promise<void>;