Skip to content

Commit

Permalink
Fix GroupFunction JSDOC.
Browse files Browse the repository at this point in the history
  • Loading branch information
raineorshine committed Nov 5, 2023
1 parent 89c2615 commit 667516f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/GroupFunction.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { SemVer } from 'semver-utils'
import { UpgradeGroup } from './UpgradeGroup'

/** Supported function for the --group options. */
/** Customize how packages are divided into groups when using `--format group`. Run "ncu --help --groupFunction" for details. */
export type GroupFunction = (
packageName: string,
defaultGroup: UpgradeGroup,
Expand Down

0 comments on commit 667516f

Please sign in to comment.