UNPKG

@firebolt-js/openrpc

Version:
13 lines (8 loc) 279 B
/** * Getter: ${method.summary} * ${method.params.annotations}${if.deprecated} * @deprecated ${method.deprecation} ${end.if.deprecated} */ function ${method.name}(${method.signature.params}): Promise<${method.result.type}> ${method.setter} ${method.subscriber}