UNPKG

72 BTypeScriptView Raw
1declare function invert(color: string): string;
2
3export default invert;