# Installation
> `npm install --save @types/is-dotdir`

# Summary
This package contains type definitions for is-dotdir (https://github.com/jonschlinkert/is-dotdir).

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/is-dotdir.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/is-dotdir/index.d.ts)
````ts
export = isDotdir;

declare function isDotdir(path: string): boolean;

````

### Additional Details
 * Last updated: Tue, 07 Nov 2023 03:09:37 GMT
 * Dependencies: none

# Credits
These definitions were written by [BendingBender](https://github.com/BendingBender).
