UNPKG

react-dates-rtl

Version:

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

13 lines (11 loc) 264 B
Object.defineProperty(exports, "__esModule", { value: true }); exports['default'] = getPhrase; function getPhrase(phrase, args) { if (typeof phrase === 'string') return phrase; if (typeof phrase === 'function') { return phrase(args); } return ''; }