You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constheader=`/** This file is generated automatically from the options specified in /src/cli-options.ts. Do not edit manually. Run "npm run build" or "npm run build:options" to build. */
86
+
import { CooldownFunction } from './CooldownFunction'
86
87
import { FilterFunction } from './FilterFunction'
87
88
import { FilterResultsFunction } from './FilterResultsFunction'
88
89
import { GroupFunction } from './GroupFunction'
89
90
import { PackageFile } from './PackageFile'
90
91
import { TargetFunction } from './TargetFunction'
91
-
import { CooldownFunction } from './CooldownFunction'
92
92
93
93
/** Options that can be given on the CLI or passed to the ncu module to control all behavior. */
0 commit comments