Files
DefinitelyTyped/types/sigmund/index.d.ts
2017-08-23 13:17:51 -07:00

9 lines
311 B
TypeScript

// Type definitions for sigmund 1.0
// Project: https://github.com/isaacs/sigmund#readme
// Definitions by: BendingBender <https://github.com/BendingBender>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export = sigmund;
declare function sigmund(subject: any, maxDepth?: number): string;