UNPKG

vtex

Version:

The platform for e-commerce apps

3 lines (2 loc) 200 B
import { IDeprecationCheckerStore } from './DeprecationCheckerStore'; export declare const checkForDeprecate: (store: IDeprecationCheckerStore, pkgName: string, pkgVersion: string) => Promise<never>;