mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-01-24 07:25:40 -06:00
8 lines
211 B
TypeScript
8 lines
211 B
TypeScript
|
export function setConf(): void;
|
||
|
export function draw(text: any, id: any, _version: any, diagObj: any): void;
|
||
|
declare namespace _default {
|
||
|
export { setConf };
|
||
|
export { draw };
|
||
|
}
|
||
|
export default _default;
|