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
|
|
>;
|