mirror of
https://github.com/idrainformatica/PecFlow.git
synced 2026-06-16 20:55:41 +02:00
8 lines
173 B
TypeScript
8 lines
173 B
TypeScript
export declare const parseWithOptions: import("./types.js").FPFn4<
|
|
Date,
|
|
import("../parse.js").ParseOptions | undefined,
|
|
string | number | Date,
|
|
string,
|
|
string
|
|
>;
|