UNPKG

@aws/pdk

Version:

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

10 lines (7 loc) 227 B
declare module 'resolve-link-target' { export = resolveLinkTarget; function resolveLinkTarget (linkPath: string): Promise<string>; namespace resolveLinkTarget { export function sync (linkPath: string): string } }