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) 239 B
/** * @description asynchronous function to write helper into directory * @param {string} moduleType module type will be used * @returns {Promise<void>} */ export declare const writeHelper: (moduleType: string) => Promise<void>;