Skip to content

Commit

Permalink
chore: update typedef in build keys template (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjermanovic committed Aug 7, 2023
1 parent 45d4c17 commit eb6c66d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/build-keys-from-ts.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const { promises: { writeFile } } = fs;
"./lib/visitor-keys.js",
// eslint-disable-next-line indent -- Readability
`/**
* @typedef {import('./index.js').VisitorKeys} VisitorKeys
* @typedef {{ readonly [type: string]: ReadonlyArray<string> }} VisitorKeys
*/
/**
Expand Down

0 comments on commit eb6c66d

Please sign in to comment.