mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-02-02 11:32:30 -06:00
5 lines
162 B
TypeScript
5 lines
162 B
TypeScript
export function draw(text: any, id: any, version: any, diagObj: any): Promise<void>;
|
|
declare namespace _default {
|
|
export { draw };
|
|
}
|
|
export default _default;
|