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

1.1.2 • Public • Published

Installation

npm install --save @types/shorten-css-hex

Summary

This package contains type definitions for shorten-css-hex (https://github.com/dustinspecker/shorten-css-hex).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/shorten-css-hex.

index.d.ts

/**
 * Shorten 6 character hexadecimal value to 3 characters.
 *
 * @param cssHex Hexadecimal value to shorten.
 */
declare function shortenCssHex(cssHex: string): string;

export = shortenCssHex;

Additional Details

  • Last updated: Tue, 07 Nov 2023 15:11:36 GMT
  • Dependencies: none

Credits

These definitions were written by Ivan Nikolić.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/shorten-css-hex

Weekly Downloads

1

Version

1.1.2

License

MIT

Unpacked Size

2.98 kB

Total Files

5

Last publish

Collaborators

  • types