@types/checkstyle-formatter
Version:
TypeScript definitions for checkstyle-formatter
22 lines (16 loc) • 742 B
Markdown
# Installation
> `npm install --save @types/checkstyle-formatter`
# Summary
This package contains type definitions for checkstyle-formatter (https://github.com/jimf/checkstyle-formatter).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/checkstyle-formatter.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/checkstyle-formatter/index.d.ts)
````ts
export = checkstyle_formatter;
declare function checkstyle_formatter(results: any): string;
````
### Additional Details
* Last updated: Mon, 06 Nov 2023 22:41:05 GMT
* Dependencies: none
# Credits
These definitions were written by [Mohamed Hegazy](https://github.com/mhegazy).