356105c9ce35c26c47e3f835865ea2178c11deb13d22049364d546f50a688932c3132bc24d19ba20e4cdcf14a8744989e08efe4045e73196c402f80bc389dd 109 B

123
  1. export default function isString(input) {
  2. return typeof input === 'string' || input instanceof String;
  3. }