Installation
npm install --save @types/cssbeautify
Summary
This package contains type definitions for CSS Beautify (https://github.com/senchalabs/cssbeautify).
Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/cssbeautify.
interface Options {
indent?: string | undefined;
openbrace?: "end-of-line" | "separate-line" | undefined;
autosemicolon?: boolean | undefined;
}
declare function beautify(cssText: string, options?: Options): string;
export = beautify;
Additional Details
- Last updated: Mon, 04 Sep 2023 15:41:30 GMT
- Dependencies: none
- Global values: none
Credits
These definitions were written by rictic.