UNPKG

@aws/pdk

Version:

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

8 lines (5 loc) 131 B
declare function rimraf (p: string): Promise<void> declare namespace rimraf { function sync(p: string): void } export = rimraf