1.1.2 • Published 7 months ago

@types/shorten-css-hex v1.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

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

// Type definitions for shorten-css-hex 1.1
// Project: https://github.com/dustinspecker/shorten-css-hex
// Definitions by: Ivan Nikolić <https://github.com/niksy>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

/**
 * 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: Sat, 20 Nov 2021 20:01:09 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by Ivan Nikolić.