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

declare function sigmund(subject: any, maxDepth?: number): string;

````

### Additional Details
 * Last updated: Tue, 07 Nov 2023 15:11:36 GMT
 * Dependencies: none

# Credits
These definitions were written by [BendingBender](https://github.com/BendingBender).
