UNPKG

@restyjs/postman

Version:

Postman collection generation lib for resty.js

3 lines (2 loc) 142 B
declare function generate(package_json_path: string, endpoint: string, outputfile: string, path: string): Promise<void>; export { generate };