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.

8 lines (7 loc) 213 B
/** * @description coloring console log * @param {string} text - some text to console log * @param {any} color - color * @returns {void} */ export declare function log(text: string, color: any): void;