UNPKG
@boldsign/mcp
Version:
latest (0.0.5)
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Model Context Protocol (MCP) server for BoldSign API
boldsign.com
boldsign/boldsign-mcp
@boldsign/mcp
/
dist
/
tools
/
templatesTools
/
transforms.js
4 lines
(3 loc)
•
113 B
JavaScript
View Raw
1
2
3
4
export
function
setAsTemplate
(
templates
) { templates?.
forEach
(
(
template
) =>
(template.
isTemplate
=
true
)); }