You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.
The arguments are incorrect with the types and don't have correct syntax (The number of open/closed braces don't match). The return type is also incorrect.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The very first typescript I attempted to generate jsdoc comments for:
/**
*/
function analyze<T = unknown>({data, columns}: {data: T[], columns?: ColumnSpecifications}): {types: Record<string, ColumnType>, shape: Shape} {
The arguments are incorrect with the types and don't have correct syntax (The number of open/closed braces don't match). The return type is also incorrect.
The text was updated successfully, but these errors were encountered: