mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-02-02 19:42:34 -06:00
4 lines
251 B
TypeScript
4 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 {};
|