@types/appgeist__ensure-dir
TypeScript icon, indicating that this package has built-in type declarations

1.1.2 • Public • Published

Installation

npm install --save @types/appgeist__ensure-dir

Summary

This package contains type definitions for @appgeist/ensure-dir (https://github.com/appgeist/ensure-dir#readme).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/appgeist__ensure-dir.

index.d.ts

/**
 * Ensure the specified directory path exists
 *
 * @returns A promise that fulfills when the operation completes
 */
declare function ensureDir(dir: string): Promise<void>;

export = ensureDir;

Additional Details

  • Last updated: Mon, 06 Nov 2023 22:41:04 GMT
  • Dependencies: none

Credits

These definitions were written by Rajas Paranjpe.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/appgeist__ensure-dir

Weekly Downloads

5

Version

1.1.2

License

MIT

Unpacked Size

3.06 kB

Total Files

5

Last publish

Collaborators

  • types