UNPKG

@aws/pdk

Version:

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

7 lines (6 loc) 269 B
interface existsNonEmptyWantedLockfileOptions { useGitBranchLockfile?: boolean; mergeGitBranchLockfiles?: boolean; } export declare function existsNonEmptyWantedLockfile(pkgPath: string, opts?: existsNonEmptyWantedLockfileOptions): Promise<unknown>; export {};