mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-04-25 10:31:54 +02:00
4 lines
126 B
TypeScript
4 lines
126 B
TypeScript
|
import type { Channels } from '../types';
|
||
|
declare const isDark: (color: string | Channels) => boolean;
|
||
|
export default isDark;
|