mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-01-24 15:35:45 -06:00
4 lines
208 B
TypeScript
4 lines
208 B
TypeScript
export function insertNode(elem: any, node: any, dir: any): Promise<any>;
|
|
export function setNodeElem(elem: any, node: any): void;
|
|
export function clear(): void;
|
|
export function positionNode(node: any): any;
|