UNPKG

80 BTypeScriptView Raw
1declare function complement(color: string): string;
2
3export default complement;