UNPKG

make-tints

Version:

[![NPM version](https://img.shields.io/npm/v/make-tints?color=a1b858&label=)](https://www.npmjs.com/package/make-tints)

4 lines (2 loc) 88 B
declare function tint(color: string): (percentage: number) => string; export { tint };