UNPKG

@parsify/date

Version:

Parsify plugin for date & time parsing

7 lines (6 loc) 188 B
interface Options { format?: string; locale?: string; } declare const _default: ({ format, locale }?: Options) => (expression: string) => Promise<string>; export default _default;