UNPKG

ramda-extension

Version:

Helpful functions built on top of the mighty Ramda

18 lines (17 loc) 383 B
import equalsToEmptyString from './equalsToEmptyString'; /** * Alias for `equalsToEmptyString`. * * @deprecated * @func * @category String * @example * * R_.equalsEmptyString('') // true * R_.equalsEmptyString('hi') // false * * @see equalsToEmptyString * @sig a -> Boolean */ var equalsEmptyString = equalsToEmptyString; export default equalsEmptyString;