3 lines
96 B
TypeScript
3 lines
96 B
TypeScript
import { DateTime } from "../typing";
|
|
export declare function parseDate(input: DateTime): Date;
|