# @types/cssbeautify

> TypeScript definitions for cssbeautify

Latest version **0.3.5** (published 2023-11-07) · MIT license · 0 weekly downloads

## Install

```sh
npm install @types/cssbeautify
pnpm add @types/cssbeautify
yarn add @types/cssbeautify
bun add @types/cssbeautify
```

## Health

**Score 45/100 (D)** — status: abandoned.

Positive: has types; no vulnerabilities; high maintenance score; popular repo; extremely popular.

Warnings: low downloads; no esm support; pre 1.0.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 0.3.5 |
| Published | 2023-11-07 |
| First published | 2016-10-03 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 3.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 51433 |
| Maintainers | types |

## Links

- npm: https://www.npmjs.com/package/@types/cssbeautify
- Repository: https://github.com/DefinitelyTyped/DefinitelyTyped
- Homepage: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/cssbeautify
- npm.io page: https://npm.io/package/@types/cssbeautify

## Recent versions

- 0.3.5 (latest) — 2023-11-07
- 0.3.3 (ts4.3) — 2023-09-04
- 0.3.2 (ts3.6) — 2021-07-08
- 0.3.1 (ts2.0) — 2016-10-03
- 0.3.4 — 2023-10-18

## README

# Installation
> `npm install --save @types/cssbeautify`

# Summary
This package contains type definitions for cssbeautify (https://github.com/senchalabs/cssbeautify).

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/cssbeautify.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/cssbeautify/index.d.ts)
````ts
interface Options {
    /**
     * A string used for the indentation of the declaration (default is 4
     * spaces).
     */
    indent?: string | undefined;
    /**
     * Defines the placement of open curly brace, either end-of-line (default)
     * or separate-line
     */
    openbrace?: "end-of-line" | "separate-line" | undefined;

    /**
     * Always inserts a semicolon after the last ruleset(default is false)
     */
    autosemicolon?: boolean | undefined;
}
declare function beautify(cssText: string, options?: Options): string;

export = beautify;

````

### Additional Details
 * Last updated: Mon, 06 Nov 2023 22:41:05 GMT
 * Dependencies: none

# Credits
These definitions were written by [rictic](https://github.com/rictic).

---
_Source: https://npm.io/package/@types/cssbeautify · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
