mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-04-26 05:41:53 +02:00
3 lines
86 B
TypeScript
3 lines
86 B
TypeScript
import Channels from './';
|
|
declare const channels: Channels;
|
|
export default channels;
|