mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-04-21 15:11:54 +02:00
5 lines
251 B
TypeScript
5 lines
251 B
TypeScript
|
declare type Entries = [string, string][];
|
||
|
export declare function objectToFormEntries(source?: Record<string, any>, parentKey?: string | null, entries?: Entries): Entries;
|
||
|
export declare function attemptSubmit(element: HTMLElement): void;
|
||
|
export {};
|