@types/cssesc
TypeScript icon, indicating that this package has built-in type declarations

3.0.2 • Public • Published

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

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.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/cssesc

Weekly Downloads

27,977

Version

3.0.2

License

MIT

Unpacked Size

3.18 kB

Total Files

5

Last publish

Collaborators

  • types