UNPKG

@types/cssesc

Version:
36 lines (26 loc) 913 B
# 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. ## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/cssesc/index.d.ts) ````ts 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: Mon, 06 Nov 2023 22:41:05 GMT * Dependencies: none # Credits These definitions were written by [Daniel Cassidy](https://github.com/djcsdy).