UNPKG

@aws/pdk

Version:

All documentation is located at: https://aws.github.io/aws-pdk

4 lines (3 loc) 194 B
import { type Lockfile } from '@pnpm/lockfile-types'; export declare function autofixMergeConflicts(fileContent: string): Lockfile; export declare function isDiff(fileContent: string): boolean;