1.0.3 • Published 6 months ago

@types/hex-rgba v1.0.3

Weekly downloads
960
License
MIT
Repository
github
Last release
6 months ago

Installation

npm install --save @types/hex-rgba

Summary

This package contains type definitions for hex-rgba (https://github.com/developersoul/hex-rgba#readme).

Details

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

index.d.ts

// Type definitions for hex-rgba 1.0
// Project: https://github.com/developersoul/hex-rgba#readme
// Definitions by: Andrew Makarov <https://github.com/r3nya>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

export = hexToRgba;

declare function hexToRgba(hex: string, opacity?: number): string;

Additional Details

  • Last updated: Wed, 30 Jun 2021 19:01:20 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by Andrew Makarov.

1.0.2

7 months ago

1.0.3

6 months ago

1.0.1

3 years ago

1.0.0

6 years ago