is-writeable.d.ts 74 B

1
  1. export declare function isWriteable(directory: string): Promise<boolean>;