UNPKG

react-dates-rtl

Version:

Based on react-dates by airbnb [with RTL support]

10 lines (7 loc) 192 B
export default function getPhrase(phrase, args) { if (typeof phrase === 'string') return phrase; if (typeof phrase === 'function') { return phrase(args); } return ''; }