UNPKG
@restyjs/postman
Version:
latest (0.0.1-alpha.4)
0.0.1-alpha.4
0.0.1-alpha.3
0.0.1-alpha.2
0.0.1-alpha.1
Postman collection generation lib for resty.js
restyjs.com
restyjs/argon2
@restyjs/postman
/
generate.d.ts
3 lines
(2 loc)
•
142 B
TypeScript
View Raw
1
2
3
declare
function
generate
(
package_json_path
:
string
,
endpoint
:
string
,
outputfile
:
string
,
path
:
string
):
Promise
<
void
>;
export
{ generate };