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