UNPKG
@mseep/bruno-mcp
Version:
latest (0.1.0)
0.1.0
MCP Server for running Bruno Collections
@mseep/bruno-mcp
/
build
/
utils.d.ts
2 lines
(1 loc)
•
134 B
TypeScript
View Raw
1
2
export
declare
function
withReportFile<T>(
prefix
:
string
,
extension
:
string
,
callback
:
(
filePath
:
string
) =>
Promise
<T>):
Promise
<T>;