UNPKG

ok-tools

Version:

My personal JS tools and utilities

5 lines (4 loc) 291 B
import { DateStructNgbLike } from './parse-time'; export declare function exportDate(input: Date | string | number): string | null; export declare function exportDateTime(input: Date | string | number): string | null; export declare function exportDateAsNgb(input: Date): DateStructNgbLike;