Installation
npm install --save @types/cssesc
Summary
This package contains type definitions for cssesc (https://mths.be/cssesc).
Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/cssesc.
export = cssesc;
declare function cssesc(string: string, options?: Readonly<Partial<cssesc.Options>>): string;
declare namespace cssesc {
interface Options {
escapeEverything: boolean;
isIdentifier: boolean;
quotes: string;
wrap: boolean;
}
const options: Options;
const version: string;
}
Additional Details
- Last updated: Wed, 18 Oct 2023 00:05:18 GMT
- Dependencies: none
Credits
These definitions were written by Daniel Cassidy.