UNPKG

84 BTypeScriptView Raw
1declare function getLuminance(color: string): number;
2
3export default getLuminance;