mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-02-02 11:32:30 -06:00
5 lines
200 B
TypeScript
5 lines
200 B
TypeScript
|
export function insertNode(elem: any, node: any, dir: any): void;
|
||
|
export function setNodeElem(elem: any, node: any): void;
|
||
|
export function clear(): void;
|
||
|
export function positionNode(node: any): any;
|