UNPKG

@aws/pdk

Version:

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

6 lines (5 loc) 226 B
export interface GetWantedLockfileNameOptions { useGitBranchLockfile?: boolean; mergeGitBranchLockfiles?: boolean; } export declare function getWantedLockfileName(opts?: GetWantedLockfileNameOptions): Promise<string>;