| 63 | export type Linked = ReadonlyArray<PackageGroup>; |
| 64 | |
| 65 | export interface PrivatePackages { |
| 66 | version: boolean; |
| 67 | tag: boolean; |
| 68 | } |
| 69 | |
| 70 | export type Config = { |
| 71 | changelog: false | readonly [string, any]; |
nothing calls this directly
no outgoing calls
no test coverage detected