UNPKG

dalijs

Version:
9 lines 127 B
export class L { getOptions() { return { year: 'numeric', month: '2-digit', day: '2-digit' }; } }