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: Thu, 08 Jul 2021 09:08:24 GMT
- Dependencies: none
- Global values: none
Credits
These definitions were written by rictic.