Closed jamesobrooks closed 1 month ago
When we have JSDocs, it is most helpful if they properly follow the syntax.
@param
@return
@template
api2.ts
Ran build successfully.
Purpose
When we have JSDocs, it is most helpful if they properly follow the syntax.
Major Changes
@param
tags.@return
tags where needed.@template
tags where generics are used.api2.ts
interface and functions as the JSDoc actually caused build failures without these changes.Testing/Validation
Ran build successfully.