Skip to content

Commit

Permalink
style: prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
d-kimsuon committed Dec 10, 2021
1 parent 8df53cd commit 7bc1803
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/generate/generate-type-predicates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -260,10 +260,10 @@ export function generateTypePredicates(
* Check if a variable is of type {@link ${typeName}} and narrow it down to that type if the check passes.
* This function is automatically generated using [type-predicates-generator](https://www.npmjs.com/package/type-predicates-generator).
* @param arg_0 Argument to inspect.${
type.__type === "ArrayTO"
? "\n * @param checkOpt Whether to check all elements of the array or only the first one."
: ""
}
type.__type === "ArrayTO"
? "\n * @param checkOpt Whether to check all elements of the array or only the first one."
: ""
}
* @return \`true\` if the argument is of type {@link ${typeName}}, \`false\` otherwise.
*/
`
Expand Down

0 comments on commit 7bc1803

Please sign in to comment.