UNPKG

@onesy/utils

Version:
3 lines (2 loc) 105 B
declare const darken: (value: string, coefficient: number) => string | undefined; export default darken;