UNPKG

@firebolt-js/openrpc

Version:
7 lines (6 loc) 229 B
/** * ${method.summary} * ${method.params.annotations}${if.deprecated} * @deprecated ${method.deprecation} ${end.if.deprecated} */ function ${method.name}(${method.signature.params}): Promise<${method.result.type}>