mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-27 15:30:57 +00:00
8 lines
189 B
TypeScript
8 lines
189 B
TypeScript
export declare const parseWithOptions: import("./types.ts").FPFn4<
|
|
Date,
|
|
import("../parse.ts").ParseOptions<Date> | undefined,
|
|
import("../fp.ts").DateArg<Date>,
|
|
string,
|
|
string
|
|
>;
|