UNPKG

renovate

Version:

Automated dependency updates. Flexible so you don't need to be.

7 lines (6 loc) 244 B
import { AbstractMigration } from '../base/abstract-migration'; export declare class DepTypesMigration extends AbstractMigration { readonly deprecated = true; readonly propertyName: RegExp; run(value: unknown, key: string): void; }