Files

4 lines
133 B
TypeScript

import type { Channels } from '../types';
declare const complement: (color: string | Channels) => string;
export default complement;