♻️ refactor getRowStyle()
method
#39
Annotations
6 errors
Node.js 20:
src/extras/consoleTable.ts#L53
Argument of type '"top" | "bottom" | "last"' is not assignable to parameter of type '"top" | "bottom" | "middle"'.
|
Node.js 20:
src/extras/consoleTable.ts#L78
Argument of type '"middle" | "last" | "first"' is not assignable to parameter of type '"top" | "bottom" | "middle"'.
|
Node.js 20
Process completed with exit code 2.
|
Node.js 18:
src/extras/consoleTable.ts#L53
Argument of type '"top" | "bottom" | "last"' is not assignable to parameter of type '"top" | "bottom" | "middle"'.
|
Node.js 18:
src/extras/consoleTable.ts#L78
Argument of type '"middle" | "last" | "first"' is not assignable to parameter of type '"top" | "bottom" | "middle"'.
|
Node.js 18
Process completed with exit code 2.
|